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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 39 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 119 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 575 properties->name.ReplaceValue("DisplayPasskey");
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.h 33 virtual void DisplayPasskey(device::BluetoothDevice* device,
bluetooth_api_pairing_delegate.cc 64 void BluetoothApiPairingDelegate::DisplayPasskey(
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 47 virtual void DisplayPasskey(device::BluetoothDevice* device,
bluetooth_notification_controller.cc 228 void BluetoothNotificationController::DisplayPasskey(BluetoothDevice* device,
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 71 void DisplayPasskey(uint32 passkey);
74 // provided to the remote device since the DisplayPasskey() call. No
bluetooth_pairing_chromeos.cc 153 void BluetoothPairingChromeOS::DisplayPasskey(uint32 passkey) {
160 pairing_delegate_->DisplayPasskey(device_, passkey);
bluetooth_device.h 128 virtual void DisplayPasskey(BluetoothDevice* device,
136 // DisplayPasskey() method is called, but is not warranted to be called
bluetooth_adapter_unittest.cc 115 virtual void DisplayPasskey(BluetoothDevice* device,
bluetooth_adapter_chromeos.h 154 virtual void DisplayPasskey(const dbus::ObjectPath& device_path,
bluetooth_adapter_chromeos.cc 478 void BluetoothAdapterChromeOS::DisplayPasskey(
483 VLOG(1) << device_path.value() << ": DisplayPasskey: " << passkey
491 pairing->DisplayPasskey(passkey);
    [all...]
bluetooth_chromeos_unittest.cc 183 virtual void DisplayPasskey(BluetoothDevice* device,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 96 virtual void DisplayPasskey(
bluetooth_options_handler.cc 523 void BluetoothOptionsHandler::DisplayPasskey(device::BluetoothDevice* device,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 64 virtual void DisplayPasskey(
hid_detection_screen_handler.cc 266 void HIDDetectionScreenHandler::DisplayPasskey(
268 VLOG(1) << "DisplayPassKey id = " << device->GetDeviceID()
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.h 102 virtual void DisplayPasskey(device::BluetoothDevice* device,
bluetooth_host_pairing_controller.h 95 virtual void DisplayPasskey(device::BluetoothDevice* device,
bluetooth_host_pairing_controller.cc 395 void BluetoothHostPairingController::DisplayPasskey(
bluetooth_controller_pairing_controller.cc 439 void BluetoothControllerPairingController::DisplayPasskey(

Completed in 1424 milliseconds