Searched refs:FromMethodCall (Results 1 – 7 of 7) sorted by relevance
53 return dbus::Response::FromMethodCall(method_call_); in CreateCustomResponse()
21 return dbus::ErrorResponse::FromMethodCall(method_call, error_name, in CreateDBusErrorResponse()
122 dbus::ErrorResponse::FromMethodCall(method_call, in HandleMethodCall()
238 auto error_response = dbus::ErrorResponse::FromMethodCall( in HandleCall()
213 static std::unique_ptr<Response> FromMethodCall(MethodCall* method_call);240 static std::unique_ptr<ErrorResponse> FromMethodCall(
288 std::unique_ptr<ErrorResponse> error_response(ErrorResponse::FromMethodCall( in OnMethodCompleted()
410 std::unique_ptr<Response> Response::FromMethodCall(MethodCall* method_call) { in FromMethodCall() function in dbus::Response438 std::unique_ptr<ErrorResponse> ErrorResponse::FromMethodCall( in FromMethodCall() function in dbus::ErrorResponse