OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PinCodeCallback
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_agent_service_provider.h
49
// The
PinCodeCallback
is used for the RequestPinCode() method, it should
52
typedef base::Callback<void(Status, const std::string&)>
PinCodeCallback
;
78
const
PinCodeCallback
& callback) = 0;
fake_bluetooth_agent_service_provider.h
35
const Delegate::
PinCodeCallback
& callback);
fake_bluetooth_agent_service_provider.cc
42
const Delegate::
PinCodeCallback
& callback) {
fake_bluetooth_device_client.h
167
void
PinCodeCallback
(
bluetooth_agent_service_provider.cc
152
Delegate::
PinCodeCallback
callback = base::Bind(
fake_bluetooth_device_client.cc
462
base::Bind(&FakeBluetoothDeviceClient::
PinCodeCallback
,
[
all
...]
/external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h
89
const
PinCodeCallback
& callback) OVERRIDE;
210
PinCodeCallback
pincode_callback_;
bluetooth_device_chromeos.cc
437
const
PinCodeCallback
& callback) {
Completed in 265 milliseconds