Home
last modified time | relevance | path

Searched refs:DisplayPasskey (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dfake_bluetooth_agent_service_provider.cc64 void FakeBluetoothAgentServiceProvider::DisplayPasskey( in DisplayPasskey() function in chromeos::FakeBluetoothAgentServiceProvider
69 delegate_->DisplayPasskey(device_path, passkey, entered); in DisplayPasskey()
Dfake_bluetooth_agent_service_provider.h39 virtual void DisplayPasskey(const dbus::ObjectPath& device_path,
Dbluetooth_agent_service_provider.h119 virtual void DisplayPasskey(const dbus::ObjectPath& device_path,
Dbluetooth_agent_service_provider.cc74 base::Bind(&BluetoothAgentServiceProviderImpl::DisplayPasskey, in BluetoothAgentServiceProviderImpl()
211 void DisplayPasskey(dbus::MethodCall* method_call, in DisplayPasskey() function in chromeos::BluetoothAgentServiceProviderImpl
228 delegate_->DisplayPasskey(device_path, passkey, entered); in DisplayPasskey()
Dfake_bluetooth_device_client.cc866 agent_service_provider->DisplayPasskey(object_path, 123456, 0); in SimulatePairing()
1144 agent_service_provider->DisplayPasskey(object_path, 123456, entered); in SimulateKeypress()
/external/chromium_org/device/bluetooth/
Dbluetooth_pairing_chromeos.cc153 void BluetoothPairingChromeOS::DisplayPasskey(uint32 passkey) { in DisplayPasskey() function in chromeos::BluetoothPairingChromeOS
160 pairing_delegate_->DisplayPasskey(device_, passkey); in DisplayPasskey()
Dbluetooth_pairing_chromeos.h71 void DisplayPasskey(uint32 passkey);
Dbluetooth_adapter_unittest.cc115 virtual void DisplayPasskey(BluetoothDevice* device, in DisplayPasskey() function in device::TestPairingDelegate
Dbluetooth_device.h128 virtual void DisplayPasskey(BluetoothDevice* device,
Dbluetooth_adapter_chromeos.h154 virtual void DisplayPasskey(const dbus::ObjectPath& device_path,
Dbluetooth_adapter_chromeos.cc478 void BluetoothAdapterChromeOS::DisplayPasskey( in DisplayPasskey() function in chromeos::BluetoothAdapterChromeOS
491 pairing->DisplayPasskey(passkey); in DisplayPasskey()
Dbluetooth_chromeos_unittest.cc183 virtual void DisplayPasskey(BluetoothDevice* device, in DisplayPasskey() function in chromeos::TestPairingDelegate
/external/chromium_org/extensions/browser/api/bluetooth/
Dbluetooth_api_pairing_delegate.h33 virtual void DisplayPasskey(device::BluetoothDevice* device,
Dbluetooth_api_pairing_delegate.cc64 void BluetoothApiPairingDelegate::DisplayPasskey( in DisplayPasskey() function in extensions::BluetoothApiPairingDelegate
/external/chromium_org/ash/system/chromeos/bluetooth/
Dbluetooth_notification_controller.h47 virtual void DisplayPasskey(device::BluetoothDevice* device,
Dbluetooth_notification_controller.cc228 void BluetoothNotificationController::DisplayPasskey(BluetoothDevice* device, in DisplayPasskey() function in ash::BluetoothNotificationController
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.h96 virtual void DisplayPasskey(
Dbluetooth_options_handler.cc523 void BluetoothOptionsHandler::DisplayPasskey(device::BluetoothDevice* device, in DisplayPasskey() function in chromeos::options::BluetoothOptionsHandler
/external/chromium_org/components/pairing/
Dbluetooth_host_pairing_controller.h95 virtual void DisplayPasskey(device::BluetoothDevice* device,
Dbluetooth_controller_pairing_controller.h102 virtual void DisplayPasskey(device::BluetoothDevice* device,
Dbluetooth_host_pairing_controller.cc395 void BluetoothHostPairingController::DisplayPasskey( in DisplayPasskey() function in pairing_chromeos::BluetoothHostPairingController
Dbluetooth_controller_pairing_controller.cc439 void BluetoothControllerPairingController::DisplayPasskey( in DisplayPasskey() function in pairing_chromeos::BluetoothControllerPairingController
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dhid_detection_screen_handler.h64 virtual void DisplayPasskey(
Dhid_detection_screen_handler.cc266 void HIDDetectionScreenHandler::DisplayPasskey( in DisplayPasskey() function in chromeos::HIDDetectionScreenHandler