Home | History | Annotate | Download | only in dbus

Lines Matching refs:Response

27 class Response;
42 // Called to send a response from an exported method. |response| is the
43 // response message. Callers should pass NULL in the event of an error that
44 // prevents the sending of a response.
45 typedef base::Callback<void(std::unique_ptr<Response> response)>
49 // message. |sender| is the callback that's used to send a response.
146 // Callback invoked by service provider to send a response to a method call.
151 std::unique_ptr<Response> response);
154 // Takes ownership of |method_call| and |response|.
156 std::unique_ptr<Response> response,