Searched defs:ConnectToService (Results 1 - 21 of 21) sorted by last modified time

/external/lldb/tools/debugserver/source/
H A DRNBSocket.cpp262 RNBSocket::ConnectToService() function in class:RNBSocket
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc426 void BluetoothDeviceChromeOS::ConnectToService( function in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_device_win.cc256 void BluetoothDeviceWin::ConnectToService( function in class:device::BluetoothDeviceWin
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.cc491 ConnectToService(device, uuid);
529 void BluetoothSocketConnectFunction::ConnectToService( function in class:extensions::core_api::BluetoothSocketConnectFunction
532 device->ConnectToService(
/external/chromium_org/extensions/renderer/
H A Dapi_test_base.cc80 .SetMethod("connectToService", &TestServiceProvider::ConnectToService);
83 mojo::Handle TestServiceProvider::ConnectToService( function in class:extensions::TestServiceProvider
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.h72 inline void ConnectToService(const GURL& application_url, function in class:mojo::ApplicationManager
/external/chromium_org/mojo/apps/js/
H A Dapplication_delegate_impl.cc59 void ApplicationDelegateImpl::ConnectToService( function in class:mojo::apps::ApplicationDelegateImpl
67 service_provider->ConnectToService(interface_name, pipe_handle.Pass());
H A Djs_app.cc56 Handle JSApp::ConnectToService(const std::string& application_url, function in class:mojo::apps::JSApp
63 base::Bind(&ApplicationDelegateImpl::ConnectToService,
/external/chromium_org/mojo/public/cpp/application/
H A Dapplication_connection.h49 void ConnectToService(InterfacePtr<Interface>* ptr) { function in class:mojo::ApplicationConnection
52 GetServiceProvider()->ConnectToService(Interface::Name_,
67 void ConnectToService(const std::string& application_url, function in class:mojo::ApplicationConnection
69 ConnectToApplication(application_url)->ConnectToService(ptr);
H A Dapplication_impl.h72 void ConnectToService(const std::string& application_url, function in class:mojo::ApplicationImpl
74 ConnectToApplication(application_url)->ConnectToService(ptr);
H A Dconnect.h13 inline void ConnectToService(ServiceProvider* service_provider, function in namespace:mojo
17 service_provider->ConnectToService(Interface::Name_, pipe.handle1.Pass());
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dservice_connector.h20 virtual void ConnectToService(const std::string& name,
40 virtual void ConnectToService(const std::string& name, function in class:mojo::internal::InterfaceFactoryConnector
H A Dservice_provider_impl.cc26 void ServiceProviderImpl::ConnectToService( function in class:mojo::ServiceProviderImpl
36 return service_connector->ConnectToService(service_name,
H A Dservice_registry.cc72 void ServiceRegistry::ConnectToService(const mojo::String& service_name, function in class:mojo::internal::ServiceRegistry
81 return service_connector->ConnectToService(service_name,
H A Dweak_service_provider.cc28 void WeakServiceProvider::ConnectToService( function in class:mojo::internal::WeakServiceProvider
32 service_provider_->ConnectToService(service_name, client_handle.Pass());
/external/chromium_org/mojo/shell/
H A Dshell_test_base.cc36 ScopedMessagePipeHandle ShellTestBase::ConnectToService( function in class:mojo::shell::test::ShellTestBase
H A Dshell_test_base.h38 ScopedMessagePipeHandle ConnectToService(
47 void ConnectToService(const GURL& application_url, function in class:mojo::shell::test::ShellTestBase
49 ptr->Bind(ConnectToService(application_url, Interface::Name_).Pass());
/external/chromium_org/content/renderer/mojo/
H A Dservice_registry_js_wrapper.cc35 &ServiceRegistryJsWrapper::ConnectToService);
38 mojo::Handle ServiceRegistryJsWrapper::ConnectToService( function in class:content::ServiceRegistryJsWrapper
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.cc99 void BluetoothConnection::ConnectToService( function in class:proximity_auth::BluetoothConnection
131 ConnectToService(
/external/chromium_org/content/common/mojo/
H A Dservice_registry_impl.cc33 client()->ConnectToService(
64 client()->ConnectToService(mojo::String::From(service_name), handle.Pass());
71 void ServiceRegistryImpl::ConnectToService( function in class:content::ServiceRegistryImpl
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api.cc437 ConnectToService(device::BluetoothDevice* device, function in class:extensions::api::EasyUnlockPrivateConnectToBluetoothServiceInsecurelyFunction

Completed in 305 milliseconds