Searched refs:test_service_ (Results 1 – 5 of 5) sorted by relevance
73 test_service_.reset(new TestService(options)); in SetUp()74 ASSERT_TRUE(test_service_->StartService()); in SetUp()75 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted()); in SetUp()76 ASSERT_TRUE(test_service_->HasDBusThread()); in SetUp()77 ASSERT_TRUE(test_service_->has_ownership()); in SetUp()97 test_service_->ShutdownAndBlock(); in TearDown()105 test_service_->Stop(); in TearDown()166 scoped_ptr<TestService> test_service_; member in dbus::SignalSenderVerificationTest182 test_service_->SendTestSignal(kMessage); in TEST_F()215 test_service_->SendTestSignal(kMessage); in TEST_F()[all …]
27 test_service_.reset(new TestService(options)); in SetUp()28 ASSERT_TRUE(test_service_->StartService()); in SetUp()29 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted()); in SetUp()30 ASSERT_FALSE(test_service_->HasDBusThread()); in SetUp()44 test_service_->ShutdownAndBlock(); in TearDown()45 test_service_->Stop(); in TearDown()50 scoped_ptr<TestService> test_service_; member in dbus::EndToEndSyncTest
62 test_service_.reset(new TestService(options)); in SetUp()63 ASSERT_TRUE(test_service_->StartService()); in SetUp()64 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted()); in SetUp()65 ASSERT_TRUE(test_service_->HasDBusThread()); in SetUp()91 test_service_->ShutdownAndBlock(); in TearDown()98 test_service_->Stop(); in TearDown()146 scoped_ptr<TestService> test_service_; member in dbus::PropertyTest
52 test_service_.reset(new TestService(options)); in SetUp()53 ASSERT_TRUE(test_service_->StartService()); in SetUp()54 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted()); in SetUp()55 ASSERT_TRUE(test_service_->HasDBusThread()); in SetUp()119 test_service_->ShutdownAndBlock(); in TearDown()126 test_service_->Stop(); in TearDown()264 scoped_ptr<TestService> test_service_; member in dbus::EndToEndAsyncTest551 test_service_->SendTestSignal(kMessage); in TEST_F()564 test_service_->SendTestSignalFromRoot(kMessage); in TEST_F()576 test_service_->SendTestSignal(kHugeMessage); in TEST_F()[all …]
74 test_service_.reset(new TestService(options)); in SetUp()75 ASSERT_TRUE(test_service_->StartService()); in SetUp()76 ASSERT_TRUE(test_service_->WaitUntilServiceIsStarted()); in SetUp()77 ASSERT_TRUE(test_service_->HasDBusThread()); in SetUp()100 test_service_->ShutdownAndBlock(); in TearDown()107 test_service_->Stop(); in TearDown()183 scoped_ptr<TestService> test_service_; member in dbus::ObjectManagerTest