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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 45 virtual void RequestAuthorization(
fake_bluetooth_agent_service_provider.cc 81 void FakeBluetoothAgentServiceProvider::RequestAuthorization(
84 VLOG(1) << object_path_.value() << ": RequestAuthorization for "
86 delegate_->RequestAuthorization(device_path, callback);
bluetooth_agent_service_provider.h 144 virtual void RequestAuthorization(const dbus::ObjectPath& device_path,
bluetooth_agent_service_provider.cc 90 base::Bind(&BluetoothAgentServiceProviderImpl::RequestAuthorization,
263 void RequestAuthorization(
272 LOG(WARNING) << "RequestAuthorization called with incorrect paramters: "
283 delegate_->RequestAuthorization(device_path, callback);
fake_bluetooth_device_client.cc     [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 91 void RequestAuthorization(
bluetooth_pairing_chromeos.cc 189 void BluetoothPairingChromeOS::RequestAuthorization(
bluetooth_adapter_chromeos.h 160 virtual void RequestAuthorization(const dbus::ObjectPath& device_path,
bluetooth_adapter_chromeos.cc 512 void BluetoothAdapterChromeOS::RequestAuthorization(
516 VLOG(1) << device_path.value() << ": RequestAuthorization";
524 pairing->RequestAuthorization(callback);
    [all...]

Completed in 44 milliseconds