Searched defs:ConfirmationCallback (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_agent_service_provider.h60 // The ConfirmationCallback is used for methods which request confirmation
63 typedef base::Callback<void(Status)> ConfirmationCallback; typedef in class:chromeos::BluetoothAgentServiceProvider::Delegate
135 const ConfirmationCallback& callback) = 0;
145 const ConfirmationCallback& callback) = 0;
154 const ConfirmationCallback& callback) = 0;
H A Dbluetooth_profile_service_provider.h61 // The ConfirmationCallback is used for methods which require confirmation;
64 typedef base::Callback<void(Status)> ConfirmationCallback; typedef in class:chromeos::BluetoothProfileServiceProvider::Delegate
90 const ConfirmationCallback& callback) = 0;
97 const ConfirmationCallback& callback) = 0;
H A Dfake_bluetooth_device_client.cc889 base::Bind(&FakeBluetoothDeviceClient::ConfirmationCallback,
918 base::Bind(&FakeBluetoothDeviceClient::ConfirmationCallback,
1092 void FakeBluetoothDeviceClient::ConfirmationCallback( function in class:chromeos::FakeBluetoothDeviceClient
1097 VLOG(1) << "ConfirmationCallback: " << object_path.value();
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DConfirmationCallback.java24 public class ConfirmationCallback implements Callback, Serializable { class in inherits:Callback,Serializable
62 public ConfirmationCallback(int messageType, int optionType, int defaultOption) { method in class:ConfirmationCallback
92 public ConfirmationCallback(int messageType, String[] options, int defaultOption) { method in class:ConfirmationCallback
116 public ConfirmationCallback(String prompt, int messageType, int optionType, method in class:ConfirmationCallback
152 public ConfirmationCallback(String prompt, int messageType, String[] options, method in class:ConfirmationCallback

Completed in 2681 milliseconds