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

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc40 void FakeBluetoothAgentServiceProvider::RequestPinCode( function in class:chromeos::FakeBluetoothAgentServiceProvider
43 VLOG(1) << object_path_.value() << ": RequestPinCode for "
45 delegate_->RequestPinCode(device_path, callback);
H A Dbluetooth_agent_service_provider.h49 // The PinCodeCallback is used for the RequestPinCode() method, it should
79 virtual void RequestPinCode(const dbus::ObjectPath& device_path,
H A Dfake_bluetooth_agent_service_provider.h33 virtual void RequestPinCode(const dbus::ObjectPath& device_path,
H A Dbluetooth_agent_service_provider.cc50 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPinCode,
139 void RequestPinCode(dbus::MethodCall* method_call, function in class:chromeos::BluetoothAgentServiceProviderImpl
147 LOG(WARNING) << "RequestPinCode called with incorrect paramters: "
158 delegate_->RequestPinCode(device_path, callback);
H A Dfake_bluetooth_device_client.cc585 properties->name.ReplaceValue("RequestPinCode");
877 agent_service_provider->RequestPinCode(
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h38 void RequestPinCode(
H A Dbluetooth_pairing_chromeos.cc75 void BluetoothPairingChromeOS::RequestPinCode( function in class:chromeos::BluetoothPairingChromeOS
84 pairing_delegate_->RequestPinCode(device_);
H A Dbluetooth_adapter_unittest.cc111 virtual void RequestPinCode(BluetoothDevice* device) OVERRIDE {}
H A Dbluetooth_device.h97 virtual void RequestPinCode(BluetoothDevice* device) = 0;
H A Dbluetooth_adapter_chromeos.h148 virtual void RequestPinCode(const dbus::ObjectPath& device_path,
H A Dbluetooth_adapter_chromeos.cc435 void BluetoothAdapterChromeOS::RequestPinCode( function in class:chromeos::BluetoothAdapterChromeOS
439 VLOG(1) << device_path.value() << ": RequestPinCode";
447 pairing->RequestPinCode(callback);
H A Dbluetooth_chromeos_unittest.cc163 virtual void RequestPinCode(BluetoothDevice* device) OVERRIDE {
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_pairing_delegate.h29 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_api_pairing_delegate.cc38 void BluetoothApiPairingDelegate::RequestPinCode( function in class:extensions::BluetoothApiPairingDelegate
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.h43 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_notification_controller.cc204 void BluetoothNotificationController::RequestPinCode(BluetoothDevice* device) { function in class:ash::BluetoothNotificationController
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.h60 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
H A Dhid_detection_screen_handler.cc240 void HIDDetectionScreenHandler::RequestPinCode( function in class:chromeos::HIDDetectionScreenHandler
242 VLOG(1) << "RequestPinCode id = " << device->GetDeviceID()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.h58 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_options_handler.cc503 void BluetoothOptionsHandler::RequestPinCode(device::BluetoothDevice* device) { function in class:chromeos::options::BluetoothOptionsHandler
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.h98 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_host_pairing_controller.h91 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
H A Dbluetooth_host_pairing_controller.cc376 void BluetoothHostPairingController::RequestPinCode( function in class:pairing_chromeos::BluetoothHostPairingController
H A Dbluetooth_controller_pairing_controller.cc420 void BluetoothControllerPairingController::RequestPinCode( function in class:pairing_chromeos::BluetoothControllerPairingController

Completed in 556 milliseconds