Searched refs:WaitForIdle (Results 1 – 17 of 17) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | storage_module_test.cc | 112 bool stopped = thread_->GetReactor()->WaitForIdle(200ms); in WaitForReactorIdle() 117 return thread_->GetReactor()->WaitForIdle(200ms); in WaitForReactorIdle()
|
/packages/modules/Bluetooth/system/gd/os/ |
D | reactor.h | 73 bool WaitForIdle(std::chrono::milliseconds timeout);
|
/packages/modules/Bluetooth/system/gd/ |
D | module.h | 232 if (!GetTestThread().GetReactor()->WaitForIdle(std::chrono::milliseconds(100))) { in WaitForIdleAndStopAll()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection_test.cc | 164 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | classic_impl_test.cc | 192 void sync_handler() { thread_->GetReactor()->WaitForIdle(2s); } in sync_handler()
|
D | classic_acl_connection_test.cc | 262 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | round_robin_scheduler_test.cc | 95 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | le_impl_test.cc | 378 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_test.cc | 529 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F() 554 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F()
|
D | hci_layer_unittest.cc | 121 log::assert_that(fake_registry_.GetTestThread().GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | distance_measurement_manager_test.cc | 222 log::assert_that(thread_.GetReactor()->WaitForIdle(kTimeout), in sync_client_handler()
|
D | le_scanning_manager_test.cc | 299 log::assert_that(thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
|
D | le_periodic_sync_manager_test.cc | 168 log::assert_that(thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | acl_manager_test.cc | 168 log::assert_that(thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
|
D | le_advertising_manager_test.cc | 219 log::assert_that(thread_.GetReactor()->WaitForIdle(2s), in sync_client_handler()
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | reactor.cc | 279 bool Reactor::WaitForIdle(std::chrono::milliseconds timeout) { in WaitForIdle() function in bluetooth::os::Reactor
|
D | queue_unittest.cc | 69 log::assert_that(enqueue_thread_->GetReactor()->WaitForIdle(2s), in sync_enqueue_handler()
|