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

  /external/chromium_org/dbus/
test_server.cc 9 #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());
object_proxy_unittest.cc 10 #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();
signal_sender_verification_unittest.cc 18 #include "dbus/test_service.h"
161 void SafeServiceStop(TestService* test_service) {
163 test_service->Stop();
  /external/chromium_org/mojo/shell/
shell_test_base_unittest.cc 15 #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.reset()
165 InterfacePtr<TestService> test_service; local
    [all...]
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service_unittest.cc 272 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/
application_manager_unittest.cc 480 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/
descriptor_unittest.cc 4346 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); local
    [all...]

Completed in 891 milliseconds