Searched refs:resultInt (Results 1 – 9 of 9) sorted by relevance
84 if (subResponse.resultInt() >= 200 && subResponse.resultInt() < 400) in propogateError()91 propogateErrorCode(finalResponse.resultInt(), subResponse.resultInt())); in propogateError()
1011 if (intermediateResponse.resultInt() < 200 || in processAllParams()1012 intermediateResponse.resultInt() >= 400) in processAllParams()
45 EXPECT_EQ(asyncResp->res.resultInt(), 500); in TEST()63 EXPECT_EQ(asyncResp->res.resultInt(), 500); in TEST()81 EXPECT_EQ(asyncResp->res.resultInt(), 401); in TEST()
1046 if (resp.resultInt() != 200) in processCollectionResponse()1052 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()1071 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()1090 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()1155 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()1178 if (resp.resultInt() != 200) in processContainsSubordinateResponse()1184 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()1204 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()1261 if (addedLinks && (asyncResp->res.resultInt() != 200)) in processContainsSubordinateResponse()1299 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()
67 BMCWEB_LOG_INFO("Response: {}", res.resultInt()); in completeResponseFields()
148 unsigned resultInt() const in resultInt() function
235 std::string code = std::to_string(res.resultInt()); in sendResponse()
904 res.resultInt()); in genericResHandler()
66 BMCWEB_LOG_DEBUG("Response handled with return code: {}", res.resultInt()); in resHandler()