Home
last modified time | relevance | path

Searched refs:serviceShuttingDown (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1466 serviceShuttingDown = 102, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp685 nlohmann::json serviceShuttingDown();
687 void serviceShuttingDown(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1183 nlohmann::json serviceShuttingDown() in serviceShuttingDown() function
1185 return getLog(redfish::registries::base::Index::serviceShuttingDown, {}); in serviceShuttingDown()
1188 void serviceShuttingDown(crow::Response& res) in serviceShuttingDown() function
1191 addMessageToErrorJson(res.jsonValue, serviceShuttingDown()); in serviceShuttingDown()