Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp194 auto newReq = std::make_shared<crow::Request>(req.copy()); in setUpRedfishRouteWithDelegation() local
203 newReq{std::move(newReq)}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation()
204 processAllParams(app, query, delegated, handler, resIn, *newReq); in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp525 auto newReq = std::make_shared<crow::Request>( in processOnly() local
538 app.handle(newReq, asyncResp); in processOnly()
804 auto newReq = std::make_shared<crow::Request>( in startQuery() local
821 newReq->session = req.session; in startQuery()
830 app->handle(newReq, asyncResp); in startQuery()