Home | History | Annotate | Download | only in dbus

Lines Matching refs:Response

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