Searched defs:RequestPinCode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc40 void FakeBluetoothAgentServiceProvider::RequestPinCode( function in class:chromeos::FakeBluetoothAgentServiceProvider
43 VLOG(1) << object_path_.value() << ": RequestPinCode for "
45 delegate_->RequestPinCode(device_path, callback);
H A Dbluetooth_agent_service_provider.cc50 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPinCode,
139 void RequestPinCode(dbus::MethodCall* method_call, function in class:chromeos::BluetoothAgentServiceProviderImpl
147 LOG(WARNING) << "RequestPinCode called with incorrect paramters: "
158 delegate_->RequestPinCode(device_path, callback);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc473 void BluetoothOptionsHandler::RequestPinCode(device::BluetoothDevice* device) { function in class:chromeos::options::BluetoothOptionsHandler
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc435 void BluetoothDeviceChromeOS::RequestPinCode( function in class:chromeos::BluetoothDeviceChromeOS
440 VLOG(1) << object_path_.value() << ": RequestPinCode";
449 pairing_delegate_->RequestPinCode(this);

Completed in 60 milliseconds