Home
last modified time | relevance | path

Searched refs:DBusMethodResponseBase (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_method_response.cc12 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()
Ddbus_method_response.h28 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;
Ddbus_object.h247 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()
Ddbus_object_internal_impl.h115 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()