Searched refs:resIn (Results 1 – 3 of 3) sorted by relevance
34 const crow::Response& resIn) in afterIfMatchRequest() argument36 std::string computedEtag = resIn.computeEtag(); in afterIfMatchRequest()175 delegated{delegated}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation() argument176 processAllParams(app, query, delegated, handler, resIn); in setUpRedfishRouteWithDelegation()
19 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() argument
1827 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest()1828 asyncResp(resIn) in AsyncPutRequest()