Searched refs:resourceInUse (Results 1 – 4 of 4) sorted by relevance
1458 resourceInUse = 94, enumerator
576 nlohmann::json resourceInUse();578 void resourceInUse(crow::Response& res);
1009 nlohmann::json resourceInUse() in resourceInUse() function1011 return getLog(redfish::registries::base::Index::resourceInUse, {}); in resourceInUse()1014 void resourceInUse(crow::Response& res) in resourceInUse() function1017 addMessageToErrorJson(res.jsonValue, resourceInUse()); in resourceInUse()
1049 messages::resourceInUse(asyncResp->res); in createDump()