Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp745 class MultiAsyncResp : public std::enable_shared_from_this<MultiAsyncResp> class
752 MultiAsyncResp(crow::App& appIn, in MultiAsyncResp() function in redfish::query_param::MultiAsyncResp
757 explicit MultiAsyncResp(std::shared_ptr<bmcweb::AsyncResp> finalResIn) : in MultiAsyncResp() function in redfish::query_param::MultiAsyncResp
843 auto multi = std::make_shared<MultiAsyncResp>(asyncResp); in startMultiFragmentHandle()
869 const std::shared_ptr<MultiAsyncResp>& multi, in placeResultStatic()
1035 auto multi = std::make_shared<MultiAsyncResp>(app, asyncResp); in processAllParams()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_oem_routing.hpp243 query_param::MultiAsyncResp::startMultiFragmentHandle, req, in handle()