Searched refs:ConnectToService (Results 1 - 25 of 85) sorted by path

1234

/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
H A Deasy_unlock_private_api.h185 virtual void ConnectToService(device::BluetoothDevice* device,
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.cc150 device->ConnectToService(
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.cc99 void BluetoothConnection::ConnectToService( function in class:proximity_auth::BluetoothConnection
131 ConnectToService(
H A Dbluetooth_connection.h49 virtual void ConnectToService(
H A Dbluetooth_connection_unittest.cc65 MOCK_METHOD4(ConnectToService,
124 EXPECT_CALL(*connection, ConnectToService(&device_, uuid_, _, _));
140 EXPECT_CALL(*connection, ConnectToService(_, _, _, _))
264 EXPECT_CALL(connection, ConnectToService(&device_, uuid_, _, _))
385 EXPECT_CALL(connection, ConnectToService(&device_, uuid_, _, _))
/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
H A Dservice_registry_impl.h49 virtual void ConnectToService(
/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
H A Dservice_registry_js_wrapper.h35 mojo::Handle ConnectToService(const std::string& service_name);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.h354 virtual void ConnectToService(
H A Dbluetooth_device_chromeos.cc426 void BluetoothDeviceChromeOS::ConnectToService( function in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_device_chromeos.h65 virtual void ConnectToService(
79 // connection. Unlike ConnectToService, the outgoing connection will request
H A Dbluetooth_device_mac.h57 virtual void ConnectToService(
H A Dbluetooth_device_win.cc256 void BluetoothDeviceWin::ConnectToService( function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_win.h63 virtual void ConnectToService(
H A Dbluetooth_socket_chromeos_unittest.cc184 device->ConnectToService(
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h63 MOCK_METHOD3(ConnectToService,
/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(
H A Dbluetooth_socket_api.h225 virtual void ConnectToService(device::BluetoothDevice* device,
250 virtual void ConnectToService(device::BluetoothDevice* device,
H A Dbluetooth_socket_apitest.cc118 ConnectToService(service_uuid, testing::_, testing::_))
/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
H A Dapi_test_base.h51 mojo::Handle ConnectToService(const std::string& service_name);
/external/chromium_org/media/mojo/services/
H A Dmojo_renderer_impl.cc27 mojo::ConnectToService(audio_renderer_provider, &remote_audio_renderer_);
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.cc32 virtual void ConnectToService(const String& service_name,
128 mojo::ConnectToService(service_provider_impl.client(), &content_handler);
317 stub_sp->GetRemoteServiceProvider()->ConnectToService(interface_name,

Completed in 9084 milliseconds

1234