Home
last modified time | relevance | path

Searched refs:test_service (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/dbus/
Dobject_proxy_unittest.cc55 TestService test_service(options); in TEST_F() local
56 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()
Dtest_server.cc23 dbus::TestService* test_service = new dbus::TestService(options); in main() local
24 CHECK(test_service->StartService()); in main()
25 CHECK(test_service->WaitUntilServiceIsStarted()); in main()
26 CHECK(test_service->HasDBusThread()); in main()
Ddbus.gyp110 'test_service.cc',
111 'test_service.h',
129 'test_service.cc',
130 'test_service.h',
Dsignal_sender_verification_unittest.cc156 void SafeServiceStop(TestService* test_service) { in SafeServiceStop() argument
158 test_service->Stop(); in SafeServiceStop()
/external/chromium_org/chrome/browser/metrics/variations/
Dvariations_service_unittest.cc305 TestVariationsService test_service(test_notifier, &prefs); in TEST_F() local
309 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() local
329 test_service.StartRepeatedVariationsSeedFetch(); in TEST_F()
330 EXPECT_TRUE(test_service.fetch_attempted()); in TEST_F()
/external/chromium_org/chrome/browser/local_discovery/
Dservice_discovery_client_mac_unittest.mm111 base::scoped_nsobject<NSNetService> test_service(
119 resolver_impl->SetServiceForTesting(test_service);
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc3869 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); in TEST_F() local
3870 ASSERT_TRUE(test_service != NULL); in TEST_F()
3881 EXPECT_TRUE(test_service->FindMethodByName("NoSuchMethod") == NULL); in TEST_F()
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc4346 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); in TEST_F() local
4347 ASSERT_TRUE(test_service != NULL); in TEST_F()
4358 EXPECT_TRUE(test_service->FindMethodByName("NoSuchMethod") == NULL); in TEST_F()