Home
last modified time | relevance | path

Searched refs:resourceExhaustion (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1432 resourceExhaustion = 90, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1036 nlohmann::json resourceExhaustion(std::string_view arg1);
1038 void resourceExhaustion(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1747 nlohmann::json resourceExhaustion(std::string_view arg1) in resourceExhaustion() function
1749 return getLog(redfish::registries::base::Index::resourceExhaustion, in resourceExhaustion()
1753 void resourceExhaustion(crow::Response& res, std::string_view arg1) in resourceExhaustion() function
1756 addMessageToErrorJson(res.jsonValue, resourceExhaustion(arg1)); in resourceExhaustion()
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp366 redfish::messages::resourceExhaustion(asyncResp->res, url); in handleUpdateErrorType()
H A Dmanagers.hpp1589 messages::resourceExhaustion(response->res, type); in pidSetDone()