OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitUntilServiceIsStarted
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/dbus/
test_server.cc
25
CHECK(test_service->
WaitUntilServiceIsStarted
());
object_proxy_unittest.cc
57
ASSERT_TRUE(test_service.
WaitUntilServiceIsStarted
());
signal_sender_verification_unittest.cc
77
ASSERT_TRUE(test_service_->
WaitUntilServiceIsStarted
());
85
ASSERT_TRUE(test_service2_->
WaitUntilServiceIsStarted
());
285
ASSERT_TRUE(stealable_test_service.
WaitUntilServiceIsStarted
());
end_to_end_sync_unittest.cc
29
ASSERT_TRUE(test_service_->
WaitUntilServiceIsStarted
());
test_service.h
57
bool
WaitUntilServiceIsStarted
() WARN_UNUSED_RESULT;
property_unittest.cc
67
ASSERT_TRUE(test_service_->
WaitUntilServiceIsStarted
());
end_to_end_async_unittest.cc
55
ASSERT_TRUE(test_service_->
WaitUntilServiceIsStarted
());
object_manager_unittest.cc
77
ASSERT_TRUE(test_service_->
WaitUntilServiceIsStarted
());
test_service.cc
55
bool TestService::
WaitUntilServiceIsStarted
() {
173
// Returning here will make
WaitUntilServiceIsStarted
() to time out
286
// Tests will fail at a call to
WaitUntilServiceIsStarted
().
Completed in 110 milliseconds