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.hpp1464 resourceInUse = 94, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp569 nlohmann::json::object_t resourceInUse();
571 void resourceInUse(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp905 nlohmann::json::object_t resourceInUse() in resourceInUse() function
907 return getLog(redfish::registries::Base::Index::resourceInUse, {}); in resourceInUse()
910 void resourceInUse(crow::Response& res) in resourceInUse() function
913 addMessageToErrorJson(res.jsonValue, resourceInUse()); in resourceInUse()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp830 messages::resourceInUse(asyncResp->res); in createDump()