HomeSort by relevance Sort by last modified time
    Searched full:authorizeservice (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.cc 89 void FakeBluetoothAgentServiceProvider::AuthorizeService(
93 VLOG(1) << object_path_.value() << ": AuthorizeService " << uuid << " for "
95 delegate_->AuthorizeService(device_path, uuid, callback);
fake_bluetooth_agent_service_provider.h 49 virtual void AuthorizeService(
bluetooth_agent_service_provider.cc 98 base::Bind(&BluetoothAgentServiceProviderImpl::AuthorizeService,
289 void AuthorizeService(dbus::MethodCall* method_call,
299 LOG(WARNING) << "AuthorizeService called with incorrect paramters: "
310 delegate_->AuthorizeService(device_path, uuid, callback);
bluetooth_agent_service_provider.h 150 virtual void AuthorizeService(const dbus::ObjectPath& device_path,
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h 103 virtual void AuthorizeService(const dbus::ObjectPath& device_path,
bluetooth_device_chromeos.cc 534 void BluetoothDeviceChromeOS::AuthorizeService(

Completed in 1361 milliseconds