Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Derror_code_test.cpp73 crow::Response finalRes; in TEST() local
74 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()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp778 app(&appIn), finalRes(std::move(finalResIn)) in MultiAsyncResp()
782 app(nullptr), finalRes(std::move(finalResIn)) in MultiAsyncResp()
797 propogateError(finalRes->res, res); in placeResult()
804 nlohmann::json& finalObj = finalRes->res.jsonValue[locationToPlace]; in placeResult()
815 finalRes->res.jsonValue); in startQuery()
820 messages::internalError(finalRes->res); in startQuery()
834 messages::internalError(finalRes->res); in startQuery()
841 messages::internalError(finalRes->res); in startQuery()
901 std::shared_ptr<bmcweb::AsyncResp> finalRes; member in redfish::query_param::MultiAsyncResp