OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestPinCode
(Results
1 - 11
of
11
) 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
77
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
462
agent_service_provider->
RequestPinCode
(
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h
57
virtual void
RequestPinCode
(device::BluetoothDevice* device) OVERRIDE;
bluetooth_options_handler.cc
473
void BluetoothOptionsHandler::
RequestPinCode
(device::BluetoothDevice* device) {
/external/chromium_org/device/bluetooth/
bluetooth_device.h
90
virtual void
RequestPinCode
(BluetoothDevice* device) = 0;
bluetooth_device_chromeos.h
88
virtual void
RequestPinCode
(const dbus::ObjectPath& device_path,
bluetooth_device_chromeos.cc
435
void BluetoothDeviceChromeOS::
RequestPinCode
(
440
VLOG(1) << object_path_.value() << ":
RequestPinCode
";
449
pairing_delegate_->
RequestPinCode
(this);
bluetooth_chromeos_unittest.cc
139
virtual void
RequestPinCode
(BluetoothDevice* device) OVERRIDE {
[
all
...]
Completed in 709 milliseconds