Searched refs:finalRes (Results 1 – 2 of 2) sorted by relevance
73 crow::Response finalRes; in TEST() local74 finalRes.result(boost::beast::http::status::ok); in TEST()75 propogateError(finalRes, intermediate); in TEST()76 EXPECT_EQ(finalRes.result(), boost::beast::http::status::ok); in TEST()77 EXPECT_EQ(finalRes.jsonValue.find("error"), finalRes.jsonValue.end()); in TEST()
751 app(appIn), finalRes(std::move(finalResIn)) in MultiAsyncResp()766 propogateError(finalRes->res, res); in placeResult()771 nlohmann::json& finalObj = finalRes->res.jsonValue[locationToPlace]; in placeResult()781 finalRes->res.jsonValue); in startQuery()786 messages::internalError(finalRes->res); in startQuery()800 messages::internalError(finalRes->res); in startQuery()823 std::shared_ptr<bmcweb::AsyncResp> finalRes; member in redfish::query_param::MultiAsyncResp