HomeSort by relevance Sort by last modified time
    Searched refs:test_service_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/dbus/
end_to_end_sync_unittest.cc 27 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
signal_sender_verification_unittest.cc 73 test_service_.reset(new TestService(options));
74 ASSERT_TRUE(test_service_->StartService());
75 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
76 ASSERT_TRUE(test_service_->HasDBusThread());
77 ASSERT_TRUE(test_service_->has_ownership());
97 test_service_->ShutdownAndBlock();
105 test_service_->Stop();
169 scoped_ptr<TestService> test_service_; member in class:dbus::SignalSenderVerificationTest
185 test_service_->SendTestSignal(kMessage);
218 test_service_->SendTestSignal(kMessage)
    [all...]
property_unittest.cc 62 test_service_.reset(new TestService(options));
63 ASSERT_TRUE(test_service_->StartService());
64 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
65 ASSERT_TRUE(test_service_->HasDBusThread());
91 test_service_->ShutdownAndBlock();
98 test_service_->Stop();
146 scoped_ptr<TestService> test_service_; member in class:dbus::PropertyTest
end_to_end_async_unittest.cc 52 test_service_.reset(new TestService(options));
53 ASSERT_TRUE(test_service_->StartService());
54 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
55 ASSERT_TRUE(test_service_->HasDBusThread());
119 test_service_->ShutdownAndBlock();
126 test_service_->Stop();
264 scoped_ptr<TestService> test_service_; member in class:dbus::EndToEndAsyncTest
551 test_service_->SendTestSignal(kMessage);
564 test_service_->SendTestSignalFromRoot(kMessage);
576 test_service_->SendTestSignal(kHugeMessage)
    [all...]
object_manager_unittest.cc 74 test_service_.reset(new TestService(options));
75 ASSERT_TRUE(test_service_->StartService());
76 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted());
77 ASSERT_TRUE(test_service_->HasDBusThread());
100 test_service_->ShutdownAndBlock();
107 test_service_->Stop();
183 scoped_ptr<TestService> test_service_; member in class:dbus::ObjectManagerTest

Completed in 3670 milliseconds