Searched refs:RequestAuthorization (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc81 void FakeBluetoothAgentServiceProvider::RequestAuthorization( function in class:chromeos::FakeBluetoothAgentServiceProvider
84 VLOG(1) << object_path_.value() << ": RequestAuthorization for "
86 delegate_->RequestAuthorization(device_path, callback);
H A Dbluetooth_agent_service_provider.h144 virtual void RequestAuthorization(const dbus::ObjectPath& device_path,
H A Dfake_bluetooth_agent_service_provider.h45 virtual void RequestAuthorization(
H A Dbluetooth_agent_service_provider.cc90 base::Bind(&BluetoothAgentServiceProviderImpl::RequestAuthorization,
263 void RequestAuthorization( function in class:chromeos::BluetoothAgentServiceProviderImpl
272 LOG(WARNING) << "RequestAuthorization called with incorrect paramters: "
283 delegate_->RequestAuthorization(device_path, callback);
H A Dfake_bluetooth_device_client.cc916 agent_service_provider->RequestAuthorization(
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h91 void RequestAuthorization(
H A Dbluetooth_pairing_chromeos.cc189 void BluetoothPairingChromeOS::RequestAuthorization( function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_adapter_chromeos.h160 virtual void RequestAuthorization(const dbus::ObjectPath& device_path,
H A Dbluetooth_adapter_chromeos.cc512 void BluetoothAdapterChromeOS::RequestAuthorization( function in class:chromeos::BluetoothAdapterChromeOS
516 VLOG(1) << device_path.value() << ": RequestAuthorization";
524 pairing->RequestAuthorization(callback);

Completed in 130 milliseconds