Searched refs:test_service_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/dbus/
H A Dend_to_end_sync_unittest.cc27 test_service_.reset(new TestService(options));
28 ASSERT_TRUE(test_service_->StartService());
29 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
30 ASSERT_FALSE(test_service_->HasDBusThread());
44 test_service_->ShutdownAndBlock();
45 test_service_->Stop();
50 scoped_ptr<TestService> test_service_; member in class:dbus::EndToEndSyncTest
H A Dsignal_sender_verification_unittest.cc75 test_service_.reset(new TestService(options));
76 ASSERT_TRUE(test_service_->StartService());
77 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
78 ASSERT_TRUE(test_service_->HasDBusThread());
79 ASSERT_TRUE(test_service_->has_ownership());
101 test_service_->ShutdownAndBlock();
109 test_service_->Stop();
172 scoped_ptr<TestService> test_service_; member in class:dbus::SignalSenderVerificationTest
188 test_service_->SendTestSignal(kMessage);
222 test_service_
[all...]
H A Dproperty_unittest.cc65 test_service_.reset(new TestService(options));
66 ASSERT_TRUE(test_service_->StartService());
67 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
68 ASSERT_TRUE(test_service_->HasDBusThread());
94 test_service_->ShutdownAndBlock();
101 test_service_->Stop();
153 scoped_ptr<TestService> test_service_; member in class:dbus::PropertyTest
H A Dend_to_end_async_unittest.cc53 test_service_.reset(new TestService(options));
54 ASSERT_TRUE(test_service_->StartService());
55 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
56 ASSERT_TRUE(test_service_->HasDBusThread());
123 test_service_->ShutdownAndBlock();
130 test_service_->Stop();
272 scoped_ptr<TestService> test_service_; member in class:dbus::EndToEndAsyncTest
560 test_service_->SendTestSignal(kMessage);
573 test_service_->SendTestSignalFromRoot(kMessage);
585 test_service_
[all...]
H A Dobject_manager_unittest.cc75 test_service_.reset(new TestService(options));
76 ASSERT_TRUE(test_service_->StartService());
77 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
78 ASSERT_TRUE(test_service_->HasDBusThread());
100 test_service_->ShutdownAndBlock();
107 test_service_->Stop();
211 scoped_ptr<TestService> test_service_; member in class:dbus::ObjectManagerTest

Completed in 178 milliseconds