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.hpp754 app(&appIn), finalRes(std::move(finalResIn)) in MultiAsyncResp()
758 app(nullptr), finalRes(std::move(finalResIn)) in MultiAsyncResp()
773 propogateError(finalRes->res, res); in placeResult()
780 nlohmann::json& finalObj = finalRes->res.jsonValue[locationToPlace]; in placeResult()
791 finalRes->res.jsonValue); in startQuery()
796 messages::internalError(finalRes->res); in startQuery()
810 messages::internalError(finalRes->res); in startQuery()
817 messages::internalError(finalRes->res); in startQuery()
877 std::shared_ptr<bmcweb::AsyncResp> finalRes; member in redfish::query_param::MultiAsyncResp