Searched refs:test_service (Results 1 – 8 of 8) sorted by relevance
55 TestService test_service(options); in TEST_F() local56 ASSERT_TRUE(test_service.StartService()); in TEST_F()57 ASSERT_TRUE(test_service.WaitUntilServiceIsStarted()); in TEST_F()58 ASSERT_TRUE(test_service.has_ownership()); in TEST_F()71 test_service.ShutdownAndBlock(); in TEST_F()72 test_service.Stop(); in TEST_F()
23 dbus::TestService* test_service = new dbus::TestService(options); in main() local24 CHECK(test_service->StartService()); in main()25 CHECK(test_service->WaitUntilServiceIsStarted()); in main()26 CHECK(test_service->HasDBusThread()); in main()
110 'test_service.cc',111 'test_service.h',129 'test_service.cc',130 'test_service.h',
156 void SafeServiceStop(TestService* test_service) { in SafeServiceStop() argument158 test_service->Stop(); in SafeServiceStop()
305 TestVariationsService test_service(test_notifier, &prefs); in TEST_F() local309 test_service.StartRepeatedVariationsSeedFetch(); in TEST_F()310 EXPECT_FALSE(test_service.fetch_attempted()); in TEST_F()313 EXPECT_TRUE(test_service.fetch_attempted()); in TEST_F()326 TestVariationsService test_service(test_notifier, &prefs); in TEST_F() local329 test_service.StartRepeatedVariationsSeedFetch(); in TEST_F()330 EXPECT_TRUE(test_service.fetch_attempted()); in TEST_F()
111 base::scoped_nsobject<NSNetService> test_service(119 resolver_impl->SetServiceForTesting(test_service);
3869 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); in TEST_F() local3870 ASSERT_TRUE(test_service != NULL); in TEST_F()3881 EXPECT_TRUE(test_service->FindMethodByName("NoSuchMethod") == NULL); in TEST_F()
4346 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); in TEST_F() local4347 ASSERT_TRUE(test_service != NULL); in TEST_F()4358 EXPECT_TRUE(test_service->FindMethodByName("NoSuchMethod") == NULL); in TEST_F()