Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module_test.cc112 bool stopped = thread_->GetReactor()->WaitForIdle(200ms); in WaitForReactorIdle()
117 return thread_->GetReactor()->WaitForIdle(200ms); in WaitForReactorIdle()
/packages/modules/Bluetooth/system/gd/os/
Dreactor.h73 bool WaitForIdle(std::chrono::milliseconds timeout);
/packages/modules/Bluetooth/system/gd/
Dmodule.h232 if (!GetTestThread().GetReactor()->WaitForIdle(std::chrono::milliseconds(100))) { in WaitForIdleAndStopAll()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc164 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
Dclassic_impl_test.cc192 void sync_handler() { thread_->GetReactor()->WaitForIdle(2s); } in sync_handler()
Dclassic_acl_connection_test.cc262 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
Dround_robin_scheduler_test.cc95 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
Dle_impl_test.cc378 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc529 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F()
554 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F()
Dhci_layer_unittest.cc121 log::assert_that(fake_registry_.GetTestThread().GetReactor()->WaitForIdle(2s), in sync_handler()
Ddistance_measurement_manager_test.cc222 log::assert_that(thread_.GetReactor()->WaitForIdle(kTimeout), in sync_client_handler()
Dle_scanning_manager_test.cc299 log::assert_that(thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
Dle_periodic_sync_manager_test.cc168 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
Dacl_manager_test.cc168 log::assert_that(thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
Dle_advertising_manager_test.cc219 log::assert_that(thread_.GetReactor()->WaitForIdle(2s), in sync_client_handler()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc279 bool Reactor::WaitForIdle(std::chrono::milliseconds timeout) { in WaitForIdle() function in bluetooth::os::Reactor
Dqueue_unittest.cc69 log::assert_that(enqueue_thread_->GetReactor()->WaitForIdle(2s), in sync_enqueue_handler()