Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1458 resourceInUse = 94, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp576 nlohmann::json resourceInUse();
578 void resourceInUse(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1009 nlohmann::json resourceInUse() in resourceInUse() function
1011 return getLog(redfish::registries::base::Index::resourceInUse, {}); in resourceInUse()
1014 void resourceInUse(crow::Response& res) in resourceInUse() function
1017 addMessageToErrorJson(res.jsonValue, resourceInUse()); in resourceInUse()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1049 messages::resourceInUse(asyncResp->res); in createDump()