Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp836 finalRes(std::move(finalResIn)) in MultiAsyncResp()
851 propogateError(finalRes->res, res); in placeResult()
856 nlohmann::json& finalObj = finalRes->res.jsonValue[locationToPlace]; in placeResult()
866 finalRes->res.jsonValue); in startQuery()
871 messages::internalError(finalRes->res); in startQuery()
885 messages::internalError(finalRes->res); in startQuery()
908 std::shared_ptr<bmcweb::AsyncResp> finalRes; member in redfish::query_param::MultiAsyncResp
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp431 crow::Response finalRes; in TEST() local
432 finalRes.result(boost::beast::http::status::ok); in TEST()
433 propogateError(finalRes, intermediate); in TEST()
434 EXPECT_EQ(finalRes.result(), boost::beast::http::status::ok); in TEST()
435 EXPECT_EQ(finalRes.jsonValue.find("error"), finalRes.jsonValue.end()); in TEST()