HomeSort by relevance Sort by last modified time
    Searched defs:RequestPinCode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.cc 40 void FakeBluetoothAgentServiceProvider::RequestPinCode(
43 VLOG(1) << object_path_.value() << ": RequestPinCode for "
45 delegate_->RequestPinCode(device_path, callback);
bluetooth_agent_service_provider.cc 50 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPinCode,
139 void RequestPinCode(dbus::MethodCall* method_call,
147 LOG(WARNING) << "RequestPinCode called with incorrect paramters: "
158 delegate_->RequestPinCode(device_path, callback);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 473 void BluetoothOptionsHandler::RequestPinCode(device::BluetoothDevice* device) {
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 435 void BluetoothDeviceChromeOS::RequestPinCode(
440 VLOG(1) << object_path_.value() << ": RequestPinCode";
449 pairing_delegate_->RequestPinCode(this);

Completed in 126 milliseconds