Lines Matching refs:Response
12 // CallMethodAndBlock invokes the D-Bus method and returns the Response.
14 // The method call response should be parsed with ExtractMethodCallResults().
89 // timeout. If a timeout occurs, the response object contains an error object
92 // Returns a dbus::Response object on success. On failure, returns nullptr and
95 inline std::unique_ptr<dbus::Response> CallMethodAndBlockWithTimeout(
107 auto response = object->CallMethodAndBlockWithErrorDetails(
109 if (!response) {
126 return response;
131 inline std::unique_ptr<dbus::Response> CallMethodAndBlock(
249 // A helper function that translates dbus::ErrorResponse response
254 // A helper function that translates dbus::Response from D-Bus into
256 // response message doesn't have the correct number of parameters, or they
262 dbus::Response* resp) {
284 // If the response is not received within |timeout_ms|, an error callback is