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

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc72 void FakeBluetoothAgentServiceProvider::RequestConfirmation( function in class:chromeos::FakeBluetoothAgentServiceProvider
76 VLOG(1) << object_path_.value() << ": RequestConfirmation " << passkey
78 delegate_->RequestConfirmation(device_path, passkey, callback);
H A Dbluetooth_agent_service_provider.h133 virtual void RequestConfirmation(const dbus::ObjectPath& device_path,
H A Dfake_bluetooth_agent_service_provider.h41 virtual void RequestConfirmation(
H A Dbluetooth_agent_service_provider.cc82 base::Bind(&BluetoothAgentServiceProviderImpl::RequestConfirmation,
236 void RequestConfirmation( function in class:chromeos::BluetoothAgentServiceProviderImpl
247 LOG(WARNING) << "RequestConfirmation called with incorrect paramters: "
258 delegate_->RequestConfirmation(device_path, passkey, callback);
H A Dfake_bluetooth_device_client.cc887 agent_service_provider->RequestConfirmation(
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h82 void RequestConfirmation(
H A Dbluetooth_pairing_chromeos.cc175 void BluetoothPairingChromeOS::RequestConfirmation( function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_adapter_chromeos.h156 virtual void RequestConfirmation(const dbus::ObjectPath& device_path,
H A Dbluetooth_adapter_chromeos.cc496 void BluetoothAdapterChromeOS::RequestConfirmation( function in class:chromeos::BluetoothAdapterChromeOS
501 VLOG(1) << device_path.value() << ": RequestConfirmation: " << passkey;
509 pairing->RequestConfirmation(passkey, callback);

Completed in 130 milliseconds