Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1456 resourceExhaustion = 92, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp939 nlohmann::json resourceExhaustion(std::string_view arg1);
941 void resourceExhaustion(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1597 nlohmann::json resourceExhaustion(std::string_view arg1) in resourceExhaustion() function
1599 return getLog(redfish::registries::base::Index::resourceExhaustion, in resourceExhaustion()
1603 void resourceExhaustion(crow::Response& res, std::string_view arg1) in resourceExhaustion() function
1606 addMessageToErrorJson(res.jsonValue, resourceExhaustion(arg1)); in resourceExhaustion()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp1653 messages::resourceExhaustion(response->res, type); in pidSetDone()