Searched refs:DBusMethodResponseBase (Results 1 – 4 of 4) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_method_response.cc | 12 DBusMethodResponseBase::DBusMethodResponseBase(dbus::MethodCall* method_call, in DBusMethodResponseBase() function in brillo::dbus_utils::DBusMethodResponseBase 17 DBusMethodResponseBase::~DBusMethodResponseBase() { in ~DBusMethodResponseBase() 24 void DBusMethodResponseBase::ReplyWithError(const brillo::Error* error) { in ReplyWithError() 30 void DBusMethodResponseBase::ReplyWithError( in ReplyWithError() 40 void DBusMethodResponseBase::Abort() { in Abort() 44 void DBusMethodResponseBase::SendRawResponse( in SendRawResponse() 52 DBusMethodResponseBase::CreateCustomResponse() const { in CreateCustomResponse() 56 bool DBusMethodResponseBase::IsResponseSent() const { in IsResponseSent() 60 void DBusMethodResponseBase::CheckCanSendResponse() const { in CheckCanSendResponse()
|
D | dbus_method_response.h | 28 class BRILLO_EXPORT DBusMethodResponseBase { 30 DBusMethodResponseBase(dbus::MethodCall* method_call, ResponseSender sender); 31 virtual ~DBusMethodResponseBase(); 72 DISALLOW_COPY_AND_ASSIGN(DBusMethodResponseBase); 79 class DBusMethodResponse : public DBusMethodResponseBase { 82 using DBusMethodResponseBase::DBusMethodResponseBase;
|
D | dbus_object.h | 247 static_assert(std::is_base_of<DBusMethodResponseBase, Response>::value, in AddMethodHandler() 259 static_assert(std::is_base_of<DBusMethodResponseBase, Response>::value, in AddMethodHandler() 275 static_assert(std::is_base_of<DBusMethodResponseBase, Response>::value, in AddMethodHandler() 290 static_assert(std::is_base_of<DBusMethodResponseBase, Response>::value, in AddMethodHandler() 302 static_assert(std::is_base_of<DBusMethodResponseBase, Response>::value, in AddMethodHandlerWithMessage() 314 static_assert(std::is_base_of<DBusMethodResponseBase, Response>::value, in AddMethodHandlerWithMessage() 331 static_assert(std::is_base_of<DBusMethodResponseBase, Response>::value, in AddMethodHandlerWithMessage() 347 static_assert(std::is_base_of<DBusMethodResponseBase, Response>::value, in AddMethodHandlerWithMessage()
|
D | dbus_object_internal_impl.h | 115 DBusMethodResponseBase method_response(method_call, sender); in HandleMethod() 161 DBusMethodResponseBase method_response(method_call, sender); in HandleMethod() 212 DBusMethodResponseBase method_response(method_call, sender); in HandleMethod() 272 DBusMethodResponseBase method_response(method_call, sender); in HandleMethod() 319 DBusMethodResponseBase method_response(method_call, sender); in HandleMethod()
|