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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 40 virtual void DisplayPasskey(const dbus::ObjectPath& device_path,
fake_bluetooth_agent_service_provider.cc 64 void FakeBluetoothAgentServiceProvider::DisplayPasskey(
67 VLOG(1) << object_path_.value() << ": DisplayPasskey " << passkey
69 delegate_->DisplayPasskey(device_path, passkey, entered);
bluetooth_agent_service_provider.h 117 virtual void DisplayPasskey(const dbus::ObjectPath& device_path,
bluetooth_agent_service_provider.cc 74 base::Bind(&BluetoothAgentServiceProviderImpl::DisplayPasskey,
211 void DisplayPasskey(dbus::MethodCall* method_call,
223 LOG(WARNING) << "DisplayPasskey called with incorrect paramters: "
228 delegate_->DisplayPasskey(device_path, passkey, entered);
fake_bluetooth_device_client.cc 449 agent_service_provider->DisplayPasskey(object_path, 123456, 0);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 95 virtual void DisplayPasskey(
131 // DisplayPasskey() or ConfirmPasskey() request should be concluded
bluetooth_options_handler.cc 493 void BluetoothOptionsHandler::DisplayPasskey(device::BluetoothDevice* device,
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 124 virtual void DisplayPasskey(BluetoothDevice* device,
132 // DisplayPasskey() is called and before the corresponding
159 // DisplayPasskey() or ConfirmPasskey() request should be concluded
bluetooth_device_chromeos.h 94 virtual void DisplayPasskey(const dbus::ObjectPath& device_path,
bluetooth_device_chromeos.cc 487 void BluetoothDeviceChromeOS::DisplayPasskey(
493 VLOG(1) << object_path_.value() << ": DisplayPasskey: " << passkey
503 pairing_delegate_->DisplayPasskey(this, passkey);
bluetooth_chromeos_unittest.cc 157 virtual void DisplayPasskey(BluetoothDevice* device,
    [all...]

Completed in 332 milliseconds