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

/external/chromium_org/dbus/
H A Dtest_server.cc9 #include "dbus/test_service.h"
23 dbus::TestService* test_service = new dbus::TestService(options); local
24 CHECK(test_service->StartService());
25 CHECK(test_service->WaitUntilServiceIsStarted());
26 CHECK(test_service->HasDBusThread());
H A Dobject_proxy_unittest.cc10 #include "dbus/test_service.h"
55 TestService test_service(options);
56 ASSERT_TRUE(test_service.StartService());
57 ASSERT_TRUE(test_service.WaitUntilServiceIsStarted());
58 ASSERT_TRUE(test_service.has_ownership());
71 test_service.ShutdownAndBlock();
72 test_service.Stop();
H A Dsignal_sender_verification_unittest.cc18 #include "dbus/test_service.h"
161 void SafeServiceStop(TestService* test_service) { argument
163 test_service->Stop();
/external/chromium_org/mojo/shell/
H A Dshell_test_base_unittest.cc15 #include "mojo/services/test_service/test_request_tracker.mojom.h"
16 #include "mojo/services/test_service/test_service.mojom.h"
113 InterfacePtr<TestService> test_service; local
114 ConnectToService(GURL("mojo:non_existent_service"), &test_service);
117 test_service->Ping(SetAndQuit<bool>(&was_run, true));
124 if (!test_service.encountered_error()) {
126 test_service.set_error_handler(&quitter);
128 EXPECT_TRUE(test_service.encountered_error());
131 test_service
165 InterfacePtr<TestService> test_service; local
[all...]
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_service_unittest.cc272 TestVariationsService test_service(test_notifier, &prefs);
276 test_service.StartRepeatedVariationsSeedFetch();
277 EXPECT_FALSE(test_service.fetch_attempted());
280 EXPECT_TRUE(test_service.fetch_attempted());
293 TestVariationsService test_service(test_notifier, &prefs);
296 test_service.StartRepeatedVariationsSeedFetch();
297 EXPECT_TRUE(test_service.fetch_attempted());
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager_unittest.cc480 TestServicePtr test_service; local
481 am.ConnectToService(test_url, &test_service);
482 TestClientImpl test_client(test_service.Pass());
501 TestServicePtr test_service; local
502 am.ConnectToService(test_url, &test_service);
503 TestClientImpl test_client(test_service.Pass());
562 TestServicePtr test_service; local
563 application_manager_->ConnectToService(GURL("test:test1"), &test_service);
569 application_manager_->ConnectToService(GURL("test:test2"), &test_service);
575 application_manager_->ConnectToService(GURL("http:test1"), &test_service);
677 TestServicePtr test_service; local
678 application_manager_->ConnectToService(GURL(url), &test_service); local
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4346 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); local
4347 ASSERT_TRUE(test_service != NULL);
4358 EXPECT_TRUE(test_service->FindMethodByName("NoSuchMethod") == NULL);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3869 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); local
3870 ASSERT_TRUE(test_service != NULL);
3881 EXPECT_TRUE(test_service->FindMethodByName("NoSuchMethod") == NULL);

Completed in 118 milliseconds