Searched refs:finalRes (Results 1 – 2 of 2) sorted by relevance
827 app(appIn), finalRes(std::move(finalResIn)) in MultiAsyncResp()842 propogateError(finalRes->res, res); in placeResult()847 nlohmann::json& finalObj = finalRes->res.jsonValue[locationToPlace]; in placeResult()857 finalRes->res.jsonValue); in startQuery()862 messages::internalError(finalRes->res); in startQuery()876 messages::internalError(finalRes->res); in startQuery()899 std::shared_ptr<bmcweb::AsyncResp> finalRes; member in redfish::query_param::MultiAsyncResp
424 crow::Response finalRes; in TEST() local425 finalRes.result(boost::beast::http::status::ok); in TEST()426 propogateError(finalRes, intermediate); in TEST()427 EXPECT_EQ(finalRes.result(), boost::beast::http::status::ok); in TEST()428 EXPECT_EQ(finalRes.jsonValue.find("error"), finalRes.jsonValue.end()); in TEST()