Searched refs:FromMethodCall (Results 1 – 8 of 8) sorted by relevance
53 return dbus::Response::FromMethodCall(method_call_); in CreateCustomResponse()
21 return dbus::ErrorResponse::FromMethodCall(method_call, error_name, in CreateDBusErrorResponse()
144 dbus::ErrorResponse::FromMethodCall(method_call, in HandleMethodCall()
272 auto error_response = dbus::ErrorResponse::FromMethodCall( in HandleCall()
208 static std::unique_ptr<Response> FromMethodCall(MethodCall* method_call);235 static std::unique_ptr<ErrorResponse> FromMethodCall(
288 std::unique_ptr<ErrorResponse> error_response(ErrorResponse::FromMethodCall( in OnMethodCompleted()
399 std::unique_ptr<Response> Response::FromMethodCall(MethodCall* method_call) { in FromMethodCall() function in dbus::Response426 std::unique_ptr<ErrorResponse> ErrorResponse::FromMethodCall( in FromMethodCall() function in dbus::ErrorResponse
75 dbus::Response::FromMethodCall(method_call); in CreateDBusResponse()