OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PinCodeCallback
(Results
1 - 2
of
2
) 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_device_client.cc
464
base::Bind(&FakeBluetoothDeviceClient::
PinCodeCallback
,
[
all
...]
Completed in 26 milliseconds