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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 37 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
fake_bluetooth_agent_service_provider.cc 56 void FakeBluetoothAgentServiceProvider::RequestPasskey(
59 VLOG(1) << object_path_.value() << ": RequestPasskey for "
61 delegate_->RequestPasskey(device_path, callback);
bluetooth_agent_service_provider.h 54 // The PasskeyCallback is used for the RequestPasskey() method, it should
101 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
bluetooth_agent_service_provider.cc 66 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPasskey,
186 void RequestPasskey(dbus::MethodCall* method_call,
194 LOG(WARNING) << "RequestPasskey called with incorrect paramters: "
205 delegate_->RequestPasskey(device_path, callback);
fake_bluetooth_device_client.cc 482 agent_service_provider->RequestPasskey(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 69 virtual void RequestPasskey(device::BluetoothDevice* device) OVERRIDE;
bluetooth_options_handler.cc 479 void BluetoothOptionsHandler::RequestPasskey(device::BluetoothDevice* device) {
  /external/chromium_org/device/bluetooth/
bluetooth_device.h 101 virtual void RequestPasskey(BluetoothDevice* device) = 0;
bluetooth_device_chromeos.h 92 virtual void RequestPasskey(const dbus::ObjectPath& device_path,
bluetooth_device_chromeos.cc 469 void BluetoothDeviceChromeOS::RequestPasskey(
474 VLOG(1) << object_path_.value() << ": RequestPasskey";
483 pairing_delegate_->RequestPasskey(this);
bluetooth_chromeos_unittest.cc 145 virtual void RequestPasskey(BluetoothDevice* device) OVERRIDE {
    [all...]

Completed in 4233 milliseconds