Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp77 messages::resourceInStandby(asyncResp->res); in afterSetProperty()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1457 resourceInStandby = 93, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp927 nlohmann::json resourceInStandby();
929 void resourceInStandby(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1579 nlohmann::json resourceInStandby() in resourceInStandby() function
1581 return getLog(redfish::registries::base::Index::resourceInStandby, {}); in resourceInStandby()
1584 void resourceInStandby(crow::Response& res) in resourceInStandby() function
1587 addMessageToErrorJson(res.jsonValue, resourceInStandby()); in resourceInStandby()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1035 messages::resourceInStandby(asyncResp->res); in createDump()
3124 messages::resourceInStandby(asyncResp->res); in requestRoutesCrashdumpCollect()