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.hpp34 const crow::Response& resIn) in afterIfMatchRequest() argument
36 std::string computedEtag = resIn.computeEtag(); in afterIfMatchRequest()
175 delegated{delegated}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation() argument
176 processAllParams(app, query, delegated, handler, resIn); in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/include/
H A Dasync_resp.hpp19 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() argument
H A Dopenbmc_dbus_rest.hpp1827 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest()
1828 asyncResp(resIn) in AsyncPutRequest()