Searched refs:DBusMethodResponsePtr (Results 1 – 8 of 8) sorted by relevance
/system/connectivity/shill/dbus/ |
D | chromeos_dbus_adaptor.h | 36 using DBusMethodResponsePtr = variable 55 ResultCallback GetMethodReplyCallback(DBusMethodResponsePtr<> response); 61 DBusMethodResponsePtr<std::string> response); 63 DBusMethodResponsePtr<bool> response); 122 void MethodReplyCallback(DBusMethodResponsePtr<> response, 125 void StringMethodReplyCallback(DBusMethodResponsePtr<std::string> response, 128 void BoolMethodReplyCallback(DBusMethodResponsePtr<bool> response, 132 void TypedMethodReplyCallback(DBusMethodResponsePtr<T> response,
|
D | chromeos_device_dbus_adaptor.h | 78 void Enable(DBusMethodResponsePtr<> response) override; 79 void Disable(DBusMethodResponsePtr<> response) override; 84 void Register(DBusMethodResponsePtr<> response, 86 void RequirePin(DBusMethodResponsePtr<> response, 89 void EnterPin(DBusMethodResponsePtr<> response, 91 void UnblockPin(DBusMethodResponsePtr<> response, 94 void ChangePin(DBusMethodResponsePtr<> response, 101 void Reset(DBusMethodResponsePtr<> response) override; 105 void SetCarrier(DBusMethodResponsePtr<> response,
|
D | chromeos_dbus_adaptor.cc | 107 DBusMethodResponsePtr<> response) { in GetMethodReplyCallback() 114 DBusMethodResponsePtr<string> response) { in GetStringMethodReplyCallback() 121 DBusMethodResponsePtr<bool> response) { in GetBoolMethodReplyCallback() 136 void ChromeosDBusAdaptor::MethodReplyCallback(DBusMethodResponsePtr<> response, in MethodReplyCallback() 148 DBusMethodResponsePtr<T> response, const Error& error, const T& returned) { in TypedMethodReplyCallback() 158 DBusMethodResponsePtr<string> response, in StringMethodReplyCallback() 165 DBusMethodResponsePtr<bool> response, in BoolMethodReplyCallback()
|
D | chromeos_device_dbus_adaptor.cc | 161 void ChromeosDeviceDBusAdaptor::Enable(DBusMethodResponsePtr<> response) { in Enable() 169 void ChromeosDeviceDBusAdaptor::Disable(DBusMethodResponsePtr<> response) { in Disable() 196 void ChromeosDeviceDBusAdaptor::Register(DBusMethodResponsePtr<> response, in Register() 206 DBusMethodResponsePtr<> response, const string& pin, bool require) { in RequirePin() 215 void ChromeosDeviceDBusAdaptor::EnterPin(DBusMethodResponsePtr<> response, in EnterPin() 225 void ChromeosDeviceDBusAdaptor::UnblockPin(DBusMethodResponsePtr<> response, in UnblockPin() 236 void ChromeosDeviceDBusAdaptor::ChangePin(DBusMethodResponsePtr<> response, in ChangePin() 247 void ChromeosDeviceDBusAdaptor::Reset(DBusMethodResponsePtr<> response) { in Reset() 272 void ChromeosDeviceDBusAdaptor::SetCarrier(DBusMethodResponsePtr<> response, in SetCarrier()
|
D | chromeos_manager_dbus_adaptor.h | 96 void EnableTechnology(DBusMethodResponsePtr<> response, 98 void DisableTechnology(DBusMethodResponsePtr<> response, 132 void VerifyDestination(DBusMethodResponsePtr<bool> response, 140 void VerifyAndEncryptCredentials(DBusMethodResponsePtr<std::string> response, 149 void VerifyAndEncryptData(DBusMethodResponsePtr<std::string> response,
|
D | chromeos_manager_dbus_adaptor.cc | 233 DBusMethodResponsePtr<> response, const string& technology_name) { in EnableTechnology() 244 DBusMethodResponsePtr<> response, const string& technology_name) { in DisableTechnology() 418 DBusMethodResponsePtr<bool> response, in VerifyDestination() 446 DBusMethodResponsePtr<string> response, in VerifyAndEncryptCredentials() 478 DBusMethodResponsePtr<string> response, in VerifyAndEncryptData()
|
D | chromeos_service_dbus_adaptor.h | 83 void ActivateCellularModem(DBusMethodResponsePtr<> response,
|
D | chromeos_service_dbus_adaptor.cc | 185 DBusMethodResponsePtr<> response, const string& carrier) { in ActivateCellularModem()
|