Searched defs:DisplayPasskey (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc64 void FakeBluetoothAgentServiceProvider::DisplayPasskey( function in class:chromeos::FakeBluetoothAgentServiceProvider
67 VLOG(1) << object_path_.value() << ": DisplayPasskey " << passkey
69 delegate_->DisplayPasskey(device_path, passkey, entered);
H A Dbluetooth_agent_service_provider.cc74 base::Bind(&BluetoothAgentServiceProviderImpl::DisplayPasskey,
211 void DisplayPasskey(dbus::MethodCall* method_call, function in class:chromeos::BluetoothAgentServiceProviderImpl
223 LOG(WARNING) << "DisplayPasskey called with incorrect paramters: "
228 delegate_->DisplayPasskey(device_path, passkey, entered);
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_pairing_delegate.cc64 void BluetoothApiPairingDelegate::DisplayPasskey( function in class:extensions::BluetoothApiPairingDelegate
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.cc153 void BluetoothPairingChromeOS::DisplayPasskey(uint32 passkey) { function in class:chromeos::BluetoothPairingChromeOS
160 pairing_delegate_->DisplayPasskey(device_, passkey);
H A Dbluetooth_adapter_chromeos.cc478 void BluetoothAdapterChromeOS::DisplayPasskey( function in class:chromeos::BluetoothAdapterChromeOS
483 VLOG(1) << device_path.value() << ": DisplayPasskey: " << passkey
491 pairing->DisplayPasskey(passkey);
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc228 void BluetoothNotificationController::DisplayPasskey(BluetoothDevice* device, function in class:ash::BluetoothNotificationController
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc523 void BluetoothOptionsHandler::DisplayPasskey(device::BluetoothDevice* device, function in class:chromeos::options::BluetoothOptionsHandler
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.cc439 void BluetoothControllerPairingController::DisplayPasskey( function in class:pairing_chromeos::BluetoothControllerPairingController
H A Dbluetooth_host_pairing_controller.cc395 void BluetoothHostPairingController::DisplayPasskey( function in class:pairing_chromeos::BluetoothHostPairingController
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc266 void HIDDetectionScreenHandler::DisplayPasskey( function in class:chromeos::HIDDetectionScreenHandler

Completed in 432 milliseconds