Home
last modified time | relevance | path

Searched defs:RunUntilIdle (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async_fuchsia/
H A Dfake_dispatcher.cc57 bool NativeFakeDispatcher::RunUntilIdle() { in RunUntilIdle() function in pw::async::test::backend::NativeFakeDispatcher
127 bool NativeFakeDispatcher::FakeAsyncLoop::RunUntilIdle() { in RunUntilIdle() function in pw::async::test::backend::NativeFakeDispatcher::FakeAsyncLoop
/aosp_15_r20/external/pigweed/pw_async/public/pw_async/
H A Dfake_dispatcher_fixture.h49 bool RunUntilIdle() { return dispatcher_.RunUntilIdle(); } in RunUntilIdle() function
H A Dfake_dispatcher.h40 bool RunUntilIdle() { return native_dispatcher_.RunUntilIdle(); } in RunUntilIdle() function
/aosp_15_r20/external/cronet/net/test/
H A Dtest_with_task_environment.h40 void RunUntilIdle() { task_environment_.RunUntilIdle(); } in RunUntilIdle() function
/aosp_15_r20/external/libchrome/base/memory/
H A Dmemory_coordinator_client_registry_unittest.cc29 void RunUntilIdle() { in RunUntilIdle() function
/aosp_15_r20/external/perfetto/src/base/test/
H A Dtest_task_runner.cc38 void TestTaskRunner::RunUntilIdle() { in RunUntilIdle() function in perfetto::base::TestTaskRunner
/aosp_15_r20/external/cronet/base/test/
H A Dtest_simple_task_runner.cc100 void TestSimpleTaskRunner::RunUntilIdle() { in RunUntilIdle() function in base::TestSimpleTaskRunner
H A Dtest_mock_time_task_runner.cc209 void TestMockTimeTaskRunner::RunUntilIdle() { in RunUntilIdle() function in base::TestMockTimeTaskRunner
H A Dtask_environment.cc694 void TaskEnvironment::RunUntilIdle() { in RunUntilIdle() function in base::test::TaskEnvironment
/aosp_15_r20/external/pigweed/pw_async_basic/
H A Ddispatcher.cc42 void BasicDispatcher::RunUntilIdle() { in RunUntilIdle() function in pw::async::BasicDispatcher
H A Dfake_dispatcher.cc32 bool NativeFakeDispatcher::RunUntilIdle() { in RunUntilIdle() function in pw::async::test::backend::NativeFakeDispatcher
/aosp_15_r20/external/libchrome/base/test/
H A Dtest_simple_task_runner.cc98 void TestSimpleTaskRunner::RunUntilIdle() { in RunUntilIdle() function in base::TestSimpleTaskRunner
H A Dscoped_task_environment.cc180 void ScopedTaskEnvironment::RunUntilIdle() { in RunUntilIdle() function in base::test::ScopedTaskEnvironment
H A Dtest_mock_time_task_runner.cc236 void TestMockTimeTaskRunner::RunUntilIdle() { in RunUntilIdle() function in base::TestMockTimeTaskRunner
/aosp_15_r20/external/cronet/net/quic/
H A Dtest_task_runner.cc90 void TestTaskRunner::RunUntilIdle() { in RunUntilIdle() function in net::test::TestTaskRunner
/aosp_15_r20/external/libchrome/base/
H A Drun_loop.cc111 void RunLoop::RunUntilIdle() { in RunUntilIdle() function in base::RunLoop
/aosp_15_r20/external/cronet/base/
H A Drun_loop.cc139 void RunLoop::RunUntilIdle() { in RunUntilIdle() function in base::RunLoop
/aosp_15_r20/external/cronet/net/socket/
H A Dwebsocket_endpoint_lock_manager_unittest.cc84 static void RunUntilIdle() { base::RunLoop().RunUntilIdle(); } in RunUntilIdle() function in net::__anon81b311ab0111::WebSocketEndpointLockManagerTest
H A Dwebsocket_transport_client_socket_pool_unittest.cc134 static void RunUntilIdle() { base::RunLoop().RunUntilIdle(); } in RunUntilIdle() function in net::__anonc62724140111::WebSocketTransportClientSocketPoolTest
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dpolicy_service_impl_unittest.cc143 void RunUntilIdle() { in RunUntilIdle() function in policy::PolicyServiceTest
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop_io_posix_unittest.cc230 TEST_F(MessageLoopForIoPosixTest, RunUntilIdle) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_transaction_test_util_unittest.cc69 void RunUntilIdle() { task_environment_.RunUntilIdle(); } in RunUntilIdle() function in net::MockNetworkTransactionTest
/aosp_15_r20/external/cronet/base/message_loop/
H A Dfd_watch_controller_posix_unittest.cc387 TEST_F(FdWatchControllerPosixTest, RunUntilIdle) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/disk_cache/
H A Dbackend_unittest.cc254 void DiskCacheBackendTest::RunUntilIdle() { in RunUntilIdle() function in DiskCacheBackendTest