Searched refs:ControllerDebugInfoView (Results 1 – 3 of 3) sorted by relevance
155 auto debug_info_view = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()165 auto debug_info_view = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()183 auto debug_info_view = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()
313 auto debug = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()
17024 …ControllerDebugInfoView : public VendorCommandView { public:static ControllerDebugInfoView Create(… in CreateOptional()17026 … ControllerDebugInfoView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()17038 explicit ControllerDebugInfoView(VendorCommandView parent) : VendorCommandView(std::move(parent)) {… in CreateOptional() function44274 static std::unique_ptr<ControllerDebugInfoBuilder> FromView(ControllerDebugInfoView view) {if (!vie… in Create()44295 …pareBytes(std::vector<uint8_t> captured_packet) {ControllerDebugInfoView view = ControllerDebugInf…44298 …to vec = std::vector<uint8_t>(data, data + size);ControllerDebugInfoView view = ControllerDebugInf…