HomeSort by relevance Sort by last modified time
    Searched refs:ConfirmationCallback (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.h 61 // The ConfirmationCallback is used for methods which require confirmation;
64 typedef base::Callback<void(Status)> ConfirmationCallback;
90 const ConfirmationCallback& callback) = 0;
97 const ConfirmationCallback& callback) = 0;
fake_bluetooth_agent_service_provider.h 44 const Delegate::ConfirmationCallback& callback);
47 const Delegate::ConfirmationCallback& callback);
51 const Delegate::ConfirmationCallback& callback);
fake_bluetooth_profile_service_provider.h 36 const Delegate::ConfirmationCallback& callback);
39 const Delegate::ConfirmationCallback& callback);
bluetooth_agent_service_provider.h 60 // The ConfirmationCallback is used for methods which request confirmation
63 typedef base::Callback<void(Status)> ConfirmationCallback;
135 const ConfirmationCallback& callback) = 0;
145 const ConfirmationCallback& callback) = 0;
154 const ConfirmationCallback& callback) = 0;
fake_bluetooth_profile_service_provider.cc 44 const Delegate::ConfirmationCallback& callback) {
52 const Delegate::ConfirmationCallback& callback) {
fake_bluetooth_agent_service_provider.cc 75 const Delegate::ConfirmationCallback& callback) {
83 const Delegate::ConfirmationCallback& callback) {
92 const Delegate::ConfirmationCallback& callback) {
bluetooth_profile_service_provider.cc 132 Delegate::ConfirmationCallback callback = base::Bind(
157 Delegate::ConfirmationCallback callback = base::Bind(
bluetooth_agent_service_provider.cc 252 Delegate::ConfirmationCallback callback = base::Bind(
277 Delegate::ConfirmationCallback callback = base::Bind(
304 Delegate::ConfirmationCallback callback = base::Bind(
fake_bluetooth_device_client.h 219 void ConfirmationCallback(
fake_bluetooth_device_client.cc     [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 84 const BluetoothAgentServiceProvider::Delegate::ConfirmationCallback&
92 const BluetoothAgentServiceProvider::Delegate::ConfirmationCallback&
138 BluetoothAgentServiceProvider::Delegate::ConfirmationCallback
bluetooth_socket_chromeos.h 120 const ConfirmationCallback& callback) OVERRIDE;
123 const ConfirmationCallback& callback) OVERRIDE;
135 const ConfirmationCallback& callback);
141 const ConfirmationCallback& callback,
148 const ConfirmationCallback& callback);
200 ConfirmationCallback callback;
bluetooth_pairing_chromeos.cc 177 const BluetoothAgentServiceProvider::Delegate::ConfirmationCallback&
190 const BluetoothAgentServiceProvider::Delegate::ConfirmationCallback&
bluetooth_adapter_chromeos.h 158 const ConfirmationCallback& callback)
161 const ConfirmationCallback& callback)
165 const ConfirmationCallback& callback) OVERRIDE;
bluetooth_socket_chromeos.cc 374 const ConfirmationCallback& callback) {
408 const ConfirmationCallback& callback) {
472 const ConfirmationCallback& callback) {
515 const ConfirmationCallback& callback,
bluetooth_adapter_chromeos.cc 499 const ConfirmationCallback& callback) {
514 const ConfirmationCallback& callback) {
530 const ConfirmationCallback& callback) {
    [all...]

Completed in 1623 milliseconds