Home
last modified time | relevance | path

Searched refs:resIn (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp36 const crow::Response& resIn) in afterIfMatchRequest() argument
38 std::string computedEtag = resIn.computeEtag(); in afterIfMatchRequest()
177 delegated{delegated}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation() argument
178 processAllParams(app, query, delegated, handler, resIn); in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/include/
H A Dasync_resp.hpp21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() argument
H A Dopenbmc_dbus_rest.hpp1807 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest()
1808 asyncResp(resIn) in AsyncPutRequest()