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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 37 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
fake_bluetooth_agent_service_provider.cc 56 void FakeBluetoothAgentServiceProvider::RequestPasskey(
59 VLOG(1) << object_path_.value() << ": RequestPasskey for "
61 delegate_->RequestPasskey(device_path, callback);
bluetooth_agent_service_provider.h 54 // The PasskeyCallback is used for the RequestPasskey() method, it should
103 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
bluetooth_agent_service_provider.cc 66 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPasskey,
186 void RequestPasskey(dbus::MethodCall* method_call,
194 LOG(WARNING) << "RequestPasskey called with incorrect paramters: "
205 delegate_->RequestPasskey(device_path, callback);
fake_bluetooth_device_client.cc 597 properties->name.ReplaceValue("RequestPasskey");
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.h 30 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
bluetooth_api_pairing_delegate.cc 46 void BluetoothApiPairingDelegate::RequestPasskey(
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 44 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
bluetooth_notification_controller.cc 211 void BluetoothNotificationController::RequestPasskey(BluetoothDevice* device) {
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 59 void RequestPasskey(
bluetooth_pairing_chromeos.cc 122 void BluetoothPairingChromeOS::RequestPasskey(
131 pairing_delegate_->RequestPasskey(device_);
bluetooth_device.h 108 virtual void RequestPasskey(BluetoothDevice* device) = 0;
bluetooth_adapter_unittest.cc 112 virtual void RequestPasskey(BluetoothDevice* device) OVERRIDE {}
bluetooth_adapter_chromeos.h 152 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
bluetooth_adapter_chromeos.cc 463 void BluetoothAdapterChromeOS::RequestPasskey(
467 VLOG(1) << device_path.value() << ": RequestPasskey";
475 pairing->RequestPasskey(callback);
    [all...]
bluetooth_chromeos_unittest.cc 169 virtual void RequestPasskey(BluetoothDevice* device) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 70 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
bluetooth_options_handler.cc 509 void BluetoothOptionsHandler::RequestPasskey(device::BluetoothDevice* device) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 61 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
hid_detection_screen_handler.cc 247 void HIDDetectionScreenHandler::RequestPasskey(
249 VLOG(1) << "RequestPassKey id = " << device->GetDeviceID()
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.h 99 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
bluetooth_host_pairing_controller.h 92 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
bluetooth_host_pairing_controller.cc 382 void BluetoothHostPairingController::RequestPasskey(
bluetooth_controller_pairing_controller.cc 426 void BluetoothControllerPairingController::RequestPasskey(

Completed in 836 milliseconds