Home
last modified time | relevance | path

Searched refs:method_call_ (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_method_response.cc14 : sender_(sender), method_call_(method_call) { in DBusMethodResponseBase()
18 if (method_call_) { in ~DBusMethodResponseBase()
26 auto response = GetDBusError(method_call_, error); in ReplyWithError()
47 method_call_ = nullptr; // Mark response as sent. in SendRawResponse()
53 return dbus::Response::FromMethodCall(method_call_); in CreateCustomResponse()
57 return (method_call_ == nullptr); in IsResponseSent()
61 CHECK(method_call_) << "Response already sent"; in CheckCanSendResponse()
Ddbus_method_response.h70 dbus::MethodCall* method_call_; variable