Searched defs:RequestPinCode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api_pairing_delegate.cc38 void BluetoothApiPairingDelegate::RequestPinCode( function in class:extensions::BluetoothApiPairingDelegate
/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.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);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.cc75 void BluetoothPairingChromeOS::RequestPinCode( function in class:chromeos::BluetoothPairingChromeOS
84 pairing_delegate_->RequestPinCode(device_);
H A Dbluetooth_adapter_chromeos.cc438 void BluetoothAdapterChromeOS::RequestPinCode( function in class:chromeos::BluetoothAdapterChromeOS
442 VLOG(1) << device_path.value() << ": RequestPinCode";
450 pairing->RequestPinCode(callback);
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc204 void BluetoothNotificationController::RequestPinCode(BluetoothDevice* device) { function in class:ash::BluetoothNotificationController
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc505 void BluetoothOptionsHandler::RequestPinCode(device::BluetoothDevice* device) { function in class:chromeos::options::BluetoothOptionsHandler
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc226 void HIDDetectionScreenHandler::RequestPinCode( function in class:chromeos::HIDDetectionScreenHandler
228 VLOG(1) << "RequestPinCode id = " << device->GetDeviceID()

Completed in 1045 milliseconds