Searched refs:RequestPasskey (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc56 void FakeBluetoothAgentServiceProvider::RequestPasskey( function in class:chromeos::FakeBluetoothAgentServiceProvider
59 VLOG(1) << object_path_.value() << ": RequestPasskey for "
61 delegate_->RequestPasskey(device_path, callback);
H A Dbluetooth_agent_service_provider.h54 // The PasskeyCallback is used for the RequestPasskey() method, it should
103 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
H A Dfake_bluetooth_agent_service_provider.h37 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
H A Dbluetooth_agent_service_provider.cc66 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPasskey,
186 void RequestPasskey(dbus::MethodCall* method_call, function in class:chromeos::BluetoothAgentServiceProviderImpl
194 LOG(WARNING) << "RequestPasskey called with incorrect paramters: "
205 delegate_->RequestPasskey(device_path, callback);
H A Dfake_bluetooth_device_client.cc597 properties->name.ReplaceValue("RequestPasskey");
897 agent_service_provider->RequestPasskey(
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h59 void RequestPasskey(
H A Dbluetooth_pairing_chromeos.cc122 void BluetoothPairingChromeOS::RequestPasskey( function in class:chromeos::BluetoothPairingChromeOS
131 pairing_delegate_->RequestPasskey(device_);
H A Dbluetooth_adapter_unittest.cc112 virtual void RequestPasskey(BluetoothDevice* device) OVERRIDE {}
H A Dbluetooth_device.h108 virtual void RequestPasskey(BluetoothDevice* device) = 0;
H A Dbluetooth_adapter_chromeos.h152 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
H A Dbluetooth_adapter_chromeos.cc463 void BluetoothAdapterChromeOS::RequestPasskey( function in class:chromeos::BluetoothAdapterChromeOS
467 VLOG(1) << device_path.value() << ": RequestPasskey";
475 pairing->RequestPasskey(callback);
H A Dbluetooth_chromeos_unittest.cc169 virtual void RequestPasskey(BluetoothDevice* device) OVERRIDE {
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_pairing_delegate.h30 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_api_pairing_delegate.cc46 void BluetoothApiPairingDelegate::RequestPasskey( function in class:extensions::BluetoothApiPairingDelegate
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.h44 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_notification_controller.cc211 void BluetoothNotificationController::RequestPasskey(BluetoothDevice* device) { function in class:ash::BluetoothNotificationController
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.h61 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
H A Dhid_detection_screen_handler.cc247 void HIDDetectionScreenHandler::RequestPasskey( function in class:chromeos::HIDDetectionScreenHandler
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.h70 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_options_handler.cc509 void BluetoothOptionsHandler::RequestPasskey(device::BluetoothDevice* device) { function in class:chromeos::options::BluetoothOptionsHandler
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.h99 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_host_pairing_controller.h92 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_host_pairing_controller.cc382 void BluetoothHostPairingController::RequestPasskey( function in class:pairing_chromeos::BluetoothHostPairingController
H A Dbluetooth_controller_pairing_controller.cc426 void BluetoothControllerPairingController::RequestPasskey( function in class:pairing_chromeos::BluetoothControllerPairingController

Completed in 2163 milliseconds