Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dasync_resp.hpp21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() argument
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp36 const crow::Response& resIn) in afterIfMatchRequest() argument
38 std::string currentEtag = resIn.getCurrentEtag(); in afterIfMatchRequest()
203 newReq{std::move(newReq)}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation() argument
204 processAllParams(app, query, delegated, handler, resIn, *newReq); in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp840 const crow::Response& resIn) in startMultiFragmentHandle() argument
842 asyncResp->res.jsonValue = resIn.jsonValue; in startMultiFragmentHandle()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1811 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest()
1812 asyncResp(resIn) in AsyncPutRequest()