Home
last modified time | relevance | path

Searched refs:ConnectToService (Results 1 – 25 of 88) sorted by relevance

1234

/external/chromium_org/mojo/shell/
Dshell_test_base_unittest.cc60 ConnectToService(GURL("mojo:mojo_test_request_tracker_app"), in GetReport()
94 ConnectToService(test_app_url(), &service); in TEST_F()
114 ConnectToService(GURL("mojo:non_existent_service"), &test_service); in TEST_F()
140 ConnectToService(test_app_url(), &service); in TEST_F()
186 ConnectToService(test_app_url(), &service1); in TEST_F()
187 ConnectToService(test_app_url(), &service2); in TEST_F()
209 ConnectToService(test_app_url(), &service); in TEST_F()
216 ConnectToService(test_app_url(), &time_service); in TEST_F()
229 ConnectToService(test_app_url(), &service); in TEST_F()
236 ConnectToService(GURL("mojo:mojo_test_request_tracker_app"), &time_service); in TEST_F()
[all …]
Dshell_test_base.h38 ScopedMessagePipeHandle ConnectToService(
47 void ConnectToService(const GURL& application_url, in ConnectToService() function
49 ptr->Bind(ConnectToService(application_url, Interface::Name_).Pass()); in ConnectToService()
/external/chromium_org/mojo/public/cpp/application/
Dapplication_connection.h49 void ConnectToService(InterfacePtr<Interface>* ptr) { in ConnectToService() function
52 GetServiceProvider()->ConnectToService(Interface::Name_, in ConnectToService()
67 void ConnectToService(const std::string& application_url, in ConnectToService() function
69 ConnectToApplication(application_url)->ConnectToService(ptr); in ConnectToService()
Dconnect.h13 inline void ConnectToService(ServiceProvider* service_provider, in ConnectToService() function
17 service_provider->ConnectToService(Interface::Name_, pipe.handle1.Pass()); in ConnectToService()
Dapplication_impl.h72 void ConnectToService(const std::string& application_url, in ConnectToService() function
74 ConnectToApplication(application_url)->ConnectToService(ptr); in ConnectToService()
/external/chromium_org/mojo/application_manager/
Dapplication_manager_unittest.cc246 connection->ConnectToApplication(kTestBURLString)->ConnectToService(&b_); in TestAImpl()
277 connection->ConnectToService(&c_); in TestBImpl()
425 application_manager_->ConnectToService(GURL(kTestURLString), in SetUp()
481 am.ConnectToService(test_url, &test_service); in TEST_F()
502 am.ConnectToService(test_url, &test_service); in TEST_F()
563 application_manager_->ConnectToService(GURL("test:test1"), &test_service); in TEST_F()
569 application_manager_->ConnectToService(GURL("test:test2"), &test_service); in TEST_F()
575 application_manager_->ConnectToService(GURL("http:test1"), &test_service); in TEST_F()
591 application_manager_->ConnectToService(GURL(kTestAURLString), &a); in TEST_F()
607 application_manager_->ConnectToService(GURL(kTestAURLString), &a); in TEST_F()
[all …]
Dapplication_manager.cc32 virtual void ConnectToService(const String& service_name, in ConnectToService() function in mojo::__anon5db578e50111::StubServiceProvider
128 mojo::ConnectToService(service_provider_impl.client(), &content_handler); in ContentHandlerConnection()
317 stub_sp->GetRemoteServiceProvider()->ConnectToService(interface_name, in ConnectToServiceByName()
/external/chromium_org/mojo/examples/surfaces_app/
Dsurfaces_app.cc38 connection->ConnectToService("mojo:mojo_native_viewport_service", in ConfigureIncomingConnection()
42 connection->ConnectToService("mojo:mojo_surfaces_service", in ConfigureIncomingConnection()
53 connection->ConnectToService("mojo:mojo_surfaces_child_app", &child_one_); in ConfigureIncomingConnection()
54 connection->ConnectToService("mojo:mojo_surfaces_child_gl_app", in ConfigureIncomingConnection()
/external/chromium_org/content/common/mojo/
Dservice_registry_impl.cc33 client()->ConnectToService( in BindRemoteServiceProvider()
64 client()->ConnectToService(mojo::String::From(service_name), handle.Pass()); in ConnectToRemoteService()
71 void ServiceRegistryImpl::ConnectToService( in ConnectToService() function in content::ServiceRegistryImpl
/external/chromium_org/mojo/public/cpp/application/lib/
Dweak_service_provider.cc28 void WeakServiceProvider::ConnectToService( in ConnectToService() function in mojo::internal::WeakServiceProvider
32 service_provider_->ConnectToService(service_name, client_handle.Pass()); in ConnectToService()
Dservice_connector.h20 virtual void ConnectToService(const std::string& name,
40 virtual void ConnectToService(const std::string& name, in ConnectToService() function
Dservice_provider_impl.cc26 void ServiceProviderImpl::ConnectToService( in ConnectToService() function in mojo::ServiceProviderImpl
36 return service_connector->ConnectToService(service_name, in ConnectToService()
Dservice_registry.cc72 void ServiceRegistry::ConnectToService(const mojo::String& service_name, in ConnectToService() function in mojo::internal::ServiceRegistry
81 return service_connector->ConnectToService(service_name, in ConnectToService()
Dweak_service_provider.h29 virtual void ConnectToService(
/external/chromium_org/content/renderer/mojo/
Dservice_registry_js_wrapper.cc35 &ServiceRegistryJsWrapper::ConnectToService); in GetObjectTemplateBuilder()
38 mojo::Handle ServiceRegistryJsWrapper::ConnectToService( in ConnectToService() function in content::ServiceRegistryJsWrapper
/external/chromium_org/mojo/services/test_service/
Dtest_service_impl.cc49 connection_->ConnectToService(app_url, &time_service_); in ConnectToAppAndGetTime()
60 connection_->ConnectToService( in StartTrackingRequests()
/external/chromium_org/mojo/examples/compositor_app/
Dcompositor_app.cc29 app->ConnectToService("mojo:mojo_native_viewport_service", &viewport_); in Initialize()
35 app->ConnectToService("mojo:mojo_native_viewport_service", &gpu_service_); in Initialize()
/external/chromium_org/mojo/apps/js/
Dapplication_delegate_impl.cc59 void ApplicationDelegateImpl::ConnectToService( in ConnectToService() function in mojo::apps::ApplicationDelegateImpl
67 service_provider->ConnectToService(interface_name, pipe_handle.Pass()); in ConnectToService()
Djs_app.cc56 Handle JSApp::ConnectToService(const std::string& application_url, in ConnectToService() function in mojo::apps::JSApp
63 base::Bind(&ApplicationDelegateImpl::ConnectToService, in ConnectToService()
/external/chromium_org/mojo/examples/sample_app/
Dsample_app.cc33 app->ConnectToService("mojo:mojo_native_viewport_service", &viewport_); in Initialize()
37 app->ConnectToService("mojo:mojo_native_viewport_service", &gpu_service_); in Initialize()
/external/chromium_org/mojo/examples/pepper_container_app/
Dpepper_container_app.cc39 app->ConnectToService("mojo:mojo_native_viewport_service", &viewport_); in Initialize()
43 app->ConnectToService("mojo:mojo_native_viewport_service", &gpu_service_); in Initialize()
/external/chromium_org/mojo/services/native_viewport/
Dnative_viewport_impl.cc37 app->ConnectToService("mojo:mojo_surfaces_service", &surfaces_service_); in NativeViewportImpl()
39 app->ConnectToService("mojo:mojo_native_viewport_service", &gpu_service_); in NativeViewportImpl()
/external/chromium_org/components/proximity_auth/
Dbluetooth_connection_unittest.cc65 MOCK_METHOD4(ConnectToService,
124 EXPECT_CALL(*connection, ConnectToService(&device_, uuid_, _, _)); in BeginConnecting()
140 EXPECT_CALL(*connection, ConnectToService(_, _, _, _)) in Connect()
264 EXPECT_CALL(connection, ConnectToService(&device_, uuid_, _, _)) in TEST_F()
385 EXPECT_CALL(connection, ConnectToService(&device_, uuid_, _, _)) in TEST_F()
/external/chromium_org/mojo/examples/echo/
Decho_client.cc29 app->ConnectToService("mojo:mojo_echo_service", &echo_service_); in Initialize()
/external/chromium_org/mojo/examples/dbus_echo/
Ddbus_echo_app.cc28 app->ConnectToService( in Initialize()

1234