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

  /external/chromium_org/mojo/shell/
shell_test_base_unittest.cc 13 #include "mojo/services/test_service/test_service.mojom.h"
47 InterfacePtr<mojo::test::ITestService> test_service; local
51 test_service.Bind(mp.handle0.Pass());
58 test_service->Ping(base::Bind(&PingCallback,
63 EXPECT_FALSE(test_service.encountered_error());
65 test_service.reset();
77 InterfacePtr<mojo::test::ITestService> test_service; local
81 test_service.Bind(mp.handle0.Pass());
88 test_service->Ping(base::Bind(&PingCallback
    [all...]
  /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 17 #include "dbus/test_service.h"
156 void SafeServiceStop(TestService* test_service) {
158 test_service->Stop();
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service_unittest.cc 234 TestVariationsService test_service(test_notifier, &prefs);
238 test_service.StartRepeatedVariationsSeedFetch();
239 EXPECT_FALSE(test_service.fetch_attempted());
242 EXPECT_TRUE(test_service.fetch_attempted());
255 TestVariationsService test_service(test_notifier, &prefs);
258 test_service.StartRepeatedVariationsSeedFetch();
259 EXPECT_TRUE(test_service.fetch_attempted());
  /external/chromium_org/mojo/service_manager/
service_manager_unittest.cc 308 TestServicePtr test_service; local
309 sm.ConnectTo(GURL("test:test1"), &test_service, GURL());
315 sm.ConnectTo(GURL("test:test2"), &test_service, GURL());
321 sm.ConnectTo(GURL("http:test1"), &test_service, GURL());
399 TestServicePtr test_service; local
400 sm.ConnectTo(GURL(url), &test_service, GURL()); local
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 4346 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 3869 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); local
    [all...]

Completed in 2861 milliseconds