Searched refs:sent_command (Results 1 – 2 of 2) sorted by relevance
230 auto sent_command = hal->GetSentCommand(); in SetUp() local231 ASSERT_TRUE(sent_command.has_value()); in SetUp()232 auto reset_view = ResetView::Create(CommandView::Create(*sent_command)); in SetUp()303 auto sent_command = hal->GetSentCommand(); in TEST_F() local304 ASSERT_TRUE(sent_command.has_value()); in TEST_F()306 ConnectionManagementCommandView::Create(AclCommandView::Create(*sent_command))); in TEST_F()326 auto sent_command = hal->GetSentCommand(); in TEST_F() local327 ASSERT_TRUE(sent_command.has_value()); in TEST_F()328 auto reset = ResetView::Create(*sent_command); in TEST_F()334 sent_command = hal->GetSentCommand(); in TEST_F()[all …]
107 auto sent_command = hal_->GetSentCommand(); in fail_if_reset_not_sent() local108 ASSERT_TRUE(sent_command.has_value()); in fail_if_reset_not_sent()109 auto reset_view = ResetView::Create(CommandView::Create(*sent_command)); in fail_if_reset_not_sent()139 auto sent_command = hal_->GetSentCommand(); in TEST_F() local140 ASSERT_TRUE(sent_command.has_value()); in TEST_F()141 auto debug_info_view = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()149 auto sent_command = hal_->GetSentCommand(); in TEST_F() local150 ASSERT_TRUE(sent_command.has_value()); in TEST_F()151 auto debug_info_view = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()167 auto sent_command = hal_->GetSentCommand(); in TEST_F() local[all …]