Searched refs:AuthorizeService (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc89 void FakeBluetoothAgentServiceProvider::AuthorizeService( function in class:chromeos::FakeBluetoothAgentServiceProvider
93 VLOG(1) << object_path_.value() << ": AuthorizeService " << uuid << " for "
95 delegate_->AuthorizeService(device_path, uuid, callback);
H A Dbluetooth_agent_service_provider.h152 virtual void AuthorizeService(const dbus::ObjectPath& device_path,
H A Dfake_bluetooth_agent_service_provider.h48 virtual void AuthorizeService(
H A Dbluetooth_agent_service_provider.cc98 base::Bind(&BluetoothAgentServiceProviderImpl::AuthorizeService,
289 void AuthorizeService(dbus::MethodCall* method_call, function in class:chromeos::BluetoothAgentServiceProviderImpl
299 LOG(WARNING) << "AuthorizeService called with incorrect paramters: "
310 delegate_->AuthorizeService(device_path, uuid, callback);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_chromeos.h139 virtual void AuthorizeService(const dbus::ObjectPath& device_path,
H A Dbluetooth_adapter_chromeos.cc530 void BluetoothAdapterChromeOS::AuthorizeService( function in class:chromeos::BluetoothAdapterChromeOS
535 VLOG(1) << device_path.value() << ": AuthorizeService: " << uuid;

Completed in 112 milliseconds