Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/
H A Dhci_layer_test.cc496 auto command_sent_status = command_future.wait_for(kTimeout); in TEST_F() local
497 ASSERT_EQ(command_sent_status, std::future_status::ready); in TEST_F()
534 auto command_sent_status = command_future.wait_for(kTimeout); in TEST_F() local
535 ASSERT_EQ(command_sent_status, std::future_status::ready); in TEST_F()
571 command_sent_status = command_future.wait_for(kTimeout); in TEST_F()
572 ASSERT_EQ(command_sent_status, std::future_status::ready); in TEST_F()
599 command_sent_status = command_future.wait_for(kTimeout); in TEST_F()
600 ASSERT_EQ(command_sent_status, std::future_status::ready); in TEST_F()
630 ASSERT_EQ(command_sent_status, std::future_status::ready); in TEST_F()
661 ASSERT_EQ(command_sent_status, std::future_status::ready); in TEST_F()
[all …]