Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp826 class MultiAsyncResp : public std::enable_shared_from_this<MultiAsyncResp> class
833 MultiAsyncResp(crow::App& appIn, in MultiAsyncResp() function in redfish::query_param::MultiAsyncResp
900 placeResultStatic(const std::shared_ptr<MultiAsyncResp>& multi, in placeResultStatic()
1066 auto multi = std::make_shared<MultiAsyncResp>(app, asyncResp); in processAllParams()