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

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc48 void FakeBluetoothAgentServiceProvider::DisplayPinCode( function in class:chromeos::FakeBluetoothAgentServiceProvider
53 delegate_->DisplayPinCode(device_path, pincode);
H A Dbluetooth_agent_service_provider.h91 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
H A Dfake_bluetooth_agent_service_provider.h35 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
H A Dbluetooth_agent_service_provider.cc58 base::Bind(&BluetoothAgentServiceProviderImpl::DisplayPinCode,
164 void DisplayPinCode(dbus::MethodCall* method_call, function in class:chromeos::BluetoothAgentServiceProviderImpl
174 LOG(WARNING) << "DisplayPinCode called with incorrect paramters: "
179 delegate_->DisplayPinCode(device_path, pincode);
H A Dfake_bluetooth_device_client.cc549 properties->name.ReplaceValue("DisplayPinCode");
845 agent_service_provider->DisplayPinCode(object_path, "123456");
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h53 void DisplayPinCode(const std::string& pincode);
H A Dbluetooth_pairing_chromeos.cc106 void BluetoothPairingChromeOS::DisplayPinCode(const std::string& pincode) { function in class:chromeos::BluetoothPairingChromeOS
113 pairing_delegate_->DisplayPinCode(device_, pincode);
H A Dbluetooth_adapter_unittest.cc113 virtual void DisplayPinCode(BluetoothDevice* device,
H A Dbluetooth_device.h117 virtual void DisplayPinCode(BluetoothDevice* device,
135 // This method will be called only after DisplayPinCode() or
H A Dbluetooth_adapter_chromeos.h150 virtual void DisplayPinCode(const dbus::ObjectPath& device_path,
H A Dbluetooth_adapter_chromeos.cc450 void BluetoothAdapterChromeOS::DisplayPinCode( function in class:chromeos::BluetoothAdapterChromeOS
454 VLOG(1) << device_path.value() << ": DisplayPinCode: " << pincode;
460 pairing->DisplayPinCode(pincode);
H A Dbluetooth_chromeos_unittest.cc175 virtual void DisplayPinCode(BluetoothDevice* device,
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_pairing_delegate.h31 virtual void DisplayPinCode(device::BluetoothDevice* device,
H A Dbluetooth_api_pairing_delegate.cc54 void BluetoothApiPairingDelegate::DisplayPinCode( function in class:extensions::BluetoothApiPairingDelegate
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.h45 virtual void DisplayPinCode(device::BluetoothDevice* device,
H A Dbluetooth_notification_controller.cc218 void BluetoothNotificationController::DisplayPinCode( function in class:ash::BluetoothNotificationController
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.h62 virtual void DisplayPinCode(device::BluetoothDevice* device,
H A Dhid_detection_screen_handler.cc254 void HIDDetectionScreenHandler::DisplayPinCode(device::BluetoothDevice* device, function in class:chromeos::HIDDetectionScreenHandler
256 VLOG(1) << "DisplayPinCode id = " << device->GetDeviceID()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.h82 virtual void DisplayPinCode(device::BluetoothDevice* device,
H A Dbluetooth_options_handler.cc515 void BluetoothOptionsHandler::DisplayPinCode(device::BluetoothDevice* device, function in class:chromeos::options::BluetoothOptionsHandler
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.h100 virtual void DisplayPinCode(device::BluetoothDevice* device,
H A Dbluetooth_host_pairing_controller.h93 virtual void DisplayPinCode(device::BluetoothDevice* device,
H A Dbluetooth_host_pairing_controller.cc388 void BluetoothHostPairingController::DisplayPinCode( function in class:pairing_chromeos::BluetoothHostPairingController
H A Dbluetooth_controller_pairing_controller.cc432 void BluetoothControllerPairingController::DisplayPinCode( function in class:pairing_chromeos::BluetoothControllerPairingController

Completed in 1635 milliseconds