Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1463 resourceInStandby = 93, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp923 nlohmann::json::object_t resourceInStandby();
925 void resourceInStandby(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1474 nlohmann::json::object_t resourceInStandby() in resourceInStandby() function
1476 return getLog(redfish::registries::Base::Index::resourceInStandby, {}); in resourceInStandby()
1479 void resourceInStandby(crow::Response& res) in resourceInStandby() function
1482 addMessageToErrorJson(res.jsonValue, resourceInStandby()); in resourceInStandby()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1049 messages::resourceInStandby(asyncResp->res); in createDump()
3090 messages::resourceInStandby(asyncResp->res); in requestRoutesCrashdumpCollect()