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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 35 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
fake_bluetooth_agent_service_provider.cc 48 void FakeBluetoothAgentServiceProvider::DisplayPinCode(
51 VLOG(1) << object_path_.value() << ": DisplayPincode " << pincode << " for "
53 delegate_->DisplayPinCode(device_path, pincode);
bluetooth_agent_service_provider.h 91 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
bluetooth_agent_service_provider.cc 58 base::Bind(&BluetoothAgentServiceProviderImpl::DisplayPinCode,
164 void DisplayPinCode(dbus::MethodCall* method_call,
174 LOG(WARNING) << "DisplayPinCode called with incorrect paramters: "
179 delegate_->DisplayPinCode(device_path, pincode);
fake_bluetooth_device_client.cc 549 properties->name.ReplaceValue("DisplayPinCode");
845 agent_service_provider->DisplayPinCode(object_path, "123456");
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.h 31 virtual void DisplayPinCode(device::BluetoothDevice* device,
bluetooth_api_pairing_delegate.cc 54 void BluetoothApiPairingDelegate::DisplayPinCode(
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 45 virtual void DisplayPinCode(device::BluetoothDevice* device,
bluetooth_notification_controller.cc 218 void BluetoothNotificationController::DisplayPinCode(
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 53 void DisplayPinCode(const std::string& pincode);
bluetooth_pairing_chromeos.cc 106 void BluetoothPairingChromeOS::DisplayPinCode(const std::string& pincode) {
113 pairing_delegate_->DisplayPinCode(device_, pincode);
bluetooth_device.h 117 virtual void DisplayPinCode(BluetoothDevice* device,
135 // This method will be called only after DisplayPinCode() or
bluetooth_adapter_unittest.cc 113 virtual void DisplayPinCode(BluetoothDevice* device,
bluetooth_adapter_chromeos.h 150 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
bluetooth_adapter_chromeos.cc 450 void BluetoothAdapterChromeOS::DisplayPinCode(
454 VLOG(1) << device_path.value() << ": DisplayPinCode: " << pincode;
460 pairing->DisplayPinCode(pincode);
    [all...]
bluetooth_chromeos_unittest.cc 175 virtual void DisplayPinCode(BluetoothDevice* device,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 82 virtual void DisplayPinCode(device::BluetoothDevice* device,
bluetooth_options_handler.cc 515 void BluetoothOptionsHandler::DisplayPinCode(device::BluetoothDevice* device,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 62 virtual void DisplayPinCode(device::BluetoothDevice* device,
hid_detection_screen_handler.cc 254 void HIDDetectionScreenHandler::DisplayPinCode(device::BluetoothDevice* device,
256 VLOG(1) << "DisplayPinCode id = " << device->GetDeviceID()
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.h 100 virtual void DisplayPinCode(device::BluetoothDevice* device,
bluetooth_host_pairing_controller.h 93 virtual void DisplayPinCode(device::BluetoothDevice* device,
bluetooth_host_pairing_controller.cc 388 void BluetoothHostPairingController::DisplayPinCode(
bluetooth_controller_pairing_controller.cc 432 void BluetoothControllerPairingController::DisplayPinCode(

Completed in 510 milliseconds