HomeSort by relevance Sort by last modified time
    Searched refs:DisplayPinCode (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 36 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
fake_bluetooth_agent_service_provider.cc 48 void FakeBluetoothAgentServiceProvider::DisplayPinCode(
51 VLOG(1) << object_path_.value() << ": DisplayPincode " << pincode << " for "
53 delegate_->DisplayPinCode(device_path, pincode);
bluetooth_agent_service_provider.h 89 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
bluetooth_agent_service_provider.cc 58 base::Bind(&BluetoothAgentServiceProviderImpl::DisplayPinCode,
164 void DisplayPinCode(dbus::MethodCall* method_call,
174 LOG(WARNING) << "DisplayPinCode called with incorrect paramters: "
179 delegate_->DisplayPinCode(device_path, pincode);
fake_bluetooth_device_client.cc 428 agent_service_provider->DisplayPinCode(object_path, "123456");
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 81 virtual void DisplayPinCode(device::BluetoothDevice* device,
130 // This method will be called when any previous DisplayPinCode(),
bluetooth_options_handler.cc 485 void BluetoothOptionsHandler::DisplayPinCode(device::BluetoothDevice* device,
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 112 virtual void DisplayPinCode(BluetoothDevice* device,
131 // This method will be called only after DisplayPinCode() or
158 // This method will be called when any previous DisplayPinCode(),
bluetooth_device_chromeos.h 90 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
bluetooth_device_chromeos.cc 453 void BluetoothDeviceChromeOS::DisplayPinCode(
458 VLOG(1) << object_path_.value() << ": DisplayPinCode: " << pincode;
465 pairing_delegate_->DisplayPinCode(this, pincode);
bluetooth_chromeos_unittest.cc 149 virtual void DisplayPinCode(BluetoothDevice* device,
    [all...]

Completed in 216 milliseconds