Home
last modified time | relevance | path

Searched refs:sent_command (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc230 auto sent_command = hal->GetSentCommand(); in SetUp() local
231 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() local
304 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() local
327 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 …]
Dhci_layer_unittest.cc107 auto sent_command = hal_->GetSentCommand(); in fail_if_reset_not_sent() local
108 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() local
140 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() local
150 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 …]