Searched refs:resIn (Results 1 – 4 of 4) sorted by relevance
21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() argument
36 const crow::Response& resIn) in afterIfMatchRequest() argument38 std::string currentEtag = resIn.getCurrentEtag(); in afterIfMatchRequest()203 newReq{std::move(newReq)}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation() argument204 processAllParams(app, query, delegated, handler, resIn, *newReq); in setUpRedfishRouteWithDelegation()
840 const crow::Response& resIn) in startMultiFragmentHandle() argument842 asyncResp->res.jsonValue = resIn.jsonValue; in startMultiFragmentHandle()
1811 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest()1812 asyncResp(resIn) in AsyncPutRequest()