Searched refs:resIn (Results 1 – 3 of 3) sorted by relevance
36 const crow::Response& resIn) in afterIfMatchRequest() argument38 std::string computedEtag = resIn.computeEtag(); in afterIfMatchRequest()177 delegated{delegated}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation() argument178 processAllParams(app, query, delegated, handler, resIn); in setUpRedfishRouteWithDelegation()
21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() argument
1807 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest()1808 asyncResp(resIn) in AsyncPutRequest()