Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp967 asyncResp->res.copyBody(resp); in processResponse()
996 asyncResp->res.copyBody(resp); in processCollectionResponse()
1128 asyncResp->res.copyBody(resp); in processContainsSubordinateResponse()
/openbmc/bmcweb/http/
H A Dhttp_response.hpp134 void copyBody(const Response& res) in copyBody() function