Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_mojo_bootstrap_unittest.cc128 EXPECT_TRUE(helper_.WaitForChildTestShutdown()); in TEST_F()
176 EXPECT_TRUE(helper_.WaitForChildTestShutdown()); in TEST_F()
Dipc_test_base.cc32 return helper_.WaitForChildTestShutdown(); in WaitForClientShutdown()
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.h75 bool WaitForChildTestShutdown();
Dmultiprocess_test_helper.cc211 bool MultiprocessTestHelper::WaitForChildTestShutdown() { in WaitForChildTestShutdown() function in mojo::core::test::MultiprocessTestHelper