Searched refs:newReq (Results 1 – 2 of 2) sorted by relevance
194 auto newReq = std::make_shared<crow::Request>(req.copy()); in setUpRedfishRouteWithDelegation() local203 newReq{std::move(newReq)}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation()204 processAllParams(app, query, delegated, handler, resIn, *newReq); in setUpRedfishRouteWithDelegation()
525 auto newReq = std::make_shared<crow::Request>( in processOnly() local538 app.handle(newReq, asyncResp); in processOnly()804 auto newReq = std::make_shared<crow::Request>( in startQuery() local821 newReq->session = req.session; in startQuery()830 app->handle(newReq, asyncResp); in startQuery()