Searched refs:resultInt (Results 1 – 8 of 8) sorted by relevance
84 if (subResponse.resultInt() >= 200 && subResponse.resultInt() < 400) in propogateError()91 propogateErrorCode(finalResponse.resultInt(), subResponse.resultInt())); in propogateError()
957 if (intermediateResponse.resultInt() < 200 || in processAllParams()958 intermediateResponse.resultInt() >= 400) in processAllParams()
987 if (resp.resultInt() != 200) in processCollectionResponse()993 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()1012 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()1031 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()1096 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()1119 if (resp.resultInt() != 200) in processContainsSubordinateResponse()1125 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()1145 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()1202 if (addedLinks && (asyncResp->res.resultInt() != 200)) in processContainsSubordinateResponse()1240 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()
25 BMCWEB_LOG_INFO("Response: {}", res.resultInt()); in completeResponseFields()
144 unsigned resultInt() const in resultInt() function
213 std::string code = std::to_string(res.resultInt()); in sendResponse()
891 res.resultInt()); in genericResHandler()
81 BMCWEB_LOG_DEBUG("Response handled with return code: {}", res.resultInt()); in resHandler()