Home
last modified time | relevance | path

Searched refs:resultInt (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp924 if (resp.resultInt() != 200) in processCollectionResponse()
930 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()
949 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()
968 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()
1033 if (asyncResp->res.resultInt() != 200) in processCollectionResponse()
1056 if (resp.resultInt() != 200) in processContainsSubordinateResponse()
1062 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()
1082 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()
1139 if (addedLinks && (asyncResp->res.resultInt() != 200)) in processContainsSubordinateResponse()
1177 if (asyncResp->res.resultInt() != 200) in processContainsSubordinateResponse()
/openbmc/bmcweb/http/
H A Dcomplete_response_fields.hpp23 BMCWEB_LOG_INFO("Response: {}", res.resultInt()); in completeResponseFields()
H A Dhttp_response.hpp133 unsigned resultInt() const in resultInt() function
H A Dhttp2_connection.hpp179 std::string code = std::to_string(res.resultInt()); in sendResponse()
H A Dhttp_client.hpp859 res.resultInt()); in genericResHandler()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp808 if (subResponse.resultInt() >= 200 && subResponse.resultInt() < 400) in propogateError()
815 propogateErrorCode(finalResponse.resultInt(), subResponse.resultInt())); in propogateError()
1033 if (intermediateResponse.resultInt() < 200 || in processAllParams()
1034 intermediateResponse.resultInt() >= 400) in processAllParams()