Searched defs:PinCodeCallback (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_agent_service_provider.h49 // The PinCodeCallback is used for the RequestPinCode() method, it should
52 typedef base::Callback<void(Status, const std::string&)> PinCodeCallback; typedef in class:chromeos::BluetoothAgentServiceProvider::Delegate
80 const PinCodeCallback& callback) = 0;
H A Dfake_bluetooth_device_client.cc879 base::Bind(&FakeBluetoothDeviceClient::PinCodeCallback,
1022 void FakeBluetoothDeviceClient::PinCodeCallback( function in class:chromeos::FakeBluetoothDeviceClient
1028 VLOG(1) << "PinCodeCallback: " << object_path.value();

Completed in 98 milliseconds