Home | History | Annotate | Download | only in dbus

Lines Matching refs:Response

46 // sub classes such as MethodCall and Response instead.
202 // Response is a type of message used for receiving a response from a
204 class CHROME_DBUS_EXPORT Response : public Message {
206 // Returns a newly created Response from the given raw message of the
208 static std::unique_ptr<Response> FromRawMessage(DBusMessage* raw_message);
210 // Returns a newly created Response from the given method call.
213 static std::unique_ptr<Response> FromMethodCall(MethodCall* method_call);
215 // Returns a newly created Response with an empty payload.
217 static std::unique_ptr<Response> CreateEmpty();
220 // Creates a Response message. The internal raw message is NULL.
221 Response();
224 DISALLOW_COPY_AND_ASSIGN(Response);
229 class CHROME_DBUS_EXPORT ErrorResponse: public Response {
231 // Returns a newly created Response from the given raw message of the