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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 33 virtual void RequestPinCode(const dbus::ObjectPath& device_path,
fake_bluetooth_agent_service_provider.cc 40 void FakeBluetoothAgentServiceProvider::RequestPinCode(
43 VLOG(1) << object_path_.value() << ": RequestPinCode for "
45 delegate_->RequestPinCode(device_path, callback);
bluetooth_agent_service_provider.h 49 // The PinCodeCallback is used for the RequestPinCode() method, it should
79 virtual void RequestPinCode(const dbus::ObjectPath& device_path,
bluetooth_agent_service_provider.cc 50 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPinCode,
139 void RequestPinCode(dbus::MethodCall* method_call,
147 LOG(WARNING) << "RequestPinCode called with incorrect paramters: "
158 delegate_->RequestPinCode(device_path, callback);
fake_bluetooth_device_client.cc 585 properties->name.ReplaceValue("RequestPinCode");
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.h 29 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
bluetooth_api_pairing_delegate.cc 38 void BluetoothApiPairingDelegate::RequestPinCode(
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 43 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
bluetooth_notification_controller.cc 204 void BluetoothNotificationController::RequestPinCode(BluetoothDevice* device) {
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 38 void RequestPinCode(
bluetooth_pairing_chromeos.cc 75 void BluetoothPairingChromeOS::RequestPinCode(
84 pairing_delegate_->RequestPinCode(device_);
bluetooth_device.h 97 virtual void RequestPinCode(BluetoothDevice* device) = 0;
bluetooth_adapter_unittest.cc 111 virtual void RequestPinCode(BluetoothDevice* device) OVERRIDE {}
bluetooth_adapter_chromeos.h 148 virtual void RequestPinCode(const dbus::ObjectPath& device_path,
bluetooth_adapter_chromeos.cc 435 void BluetoothAdapterChromeOS::RequestPinCode(
439 VLOG(1) << device_path.value() << ": RequestPinCode";
447 pairing->RequestPinCode(callback);
    [all...]
bluetooth_chromeos_unittest.cc 163 virtual void RequestPinCode(BluetoothDevice* device) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 58 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
bluetooth_options_handler.cc 503 void BluetoothOptionsHandler::RequestPinCode(device::BluetoothDevice* device) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 60 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
hid_detection_screen_handler.cc 240 void HIDDetectionScreenHandler::RequestPinCode(
242 VLOG(1) << "RequestPinCode id = " << device->GetDeviceID()
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.h 98 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
bluetooth_host_pairing_controller.h 91 virtual void RequestPinCode(device::BluetoothDevice* device) OVERRIDE;
bluetooth_host_pairing_controller.cc 376 void BluetoothHostPairingController::RequestPinCode(
bluetooth_controller_pairing_controller.cc 420 void BluetoothControllerPairingController::RequestPinCode(

Completed in 423 milliseconds