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

  /external/chromium_org/chromeos/dbus/
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.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);
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.cc 64 void BluetoothApiPairingDelegate::DisplayPasskey(
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.cc 153 void BluetoothPairingChromeOS::DisplayPasskey(uint32 passkey) {
160 pairing_delegate_->DisplayPasskey(device_, passkey);
bluetooth_adapter_chromeos.cc 478 void BluetoothAdapterChromeOS::DisplayPasskey(
483 VLOG(1) << device_path.value() << ": DisplayPasskey: " << passkey
491 pairing->DisplayPasskey(passkey);
    [all...]
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 228 void BluetoothNotificationController::DisplayPasskey(BluetoothDevice* device,
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.cc 439 void BluetoothControllerPairingController::DisplayPasskey(
bluetooth_host_pairing_controller.cc 395 void BluetoothHostPairingController::DisplayPasskey(
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 266 void HIDDetectionScreenHandler::DisplayPasskey(
268 VLOG(1) << "DisplayPassKey id = " << device->GetDeviceID()
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 523 void BluetoothOptionsHandler::DisplayPasskey(device::BluetoothDevice* device,

Completed in 243 milliseconds