Home | History | Annotate | Download | only in dbus

Lines Matching defs:Response

43 // sub classes such as MethodCall and Response instead.
199 // Response is a type of message used for receiving a response from a
201 class CHROME_DBUS_EXPORT Response : public Message {
203 // Returns a newly created Response from the given raw message of the
205 static scoped_ptr<Response> FromRawMessage(DBusMessage* raw_message);
207 // Returns a newly created Response from the given method call.
210 static scoped_ptr<Response> FromMethodCall(MethodCall* method_call);
212 // Returns a newly created Response with an empty payload.
214 static scoped_ptr<Response> CreateEmpty();
217 // Creates a Response message. The internal raw message is NULL.
218 Response();
221 DISALLOW_COPY_AND_ASSIGN(Response);
226 class CHROME_DBUS_EXPORT ErrorResponse: public Response {
228 // Returns a newly created Response from the given raw message of the