Home
last modified time | relevance | path

Searched refs:resourceDeprecated (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1455 resourceDeprecated = 91, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1332 nlohmann::json resourceDeprecated(std::string_view arg1);
1334 void resourceDeprecated(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2212 nlohmann::json resourceDeprecated(std::string_view arg1) in resourceDeprecated() function
2214 return getLog(redfish::registries::base::Index::resourceDeprecated, in resourceDeprecated()
2218 void resourceDeprecated(crow::Response& res, std::string_view arg1) in resourceDeprecated() function
2221 addMessageToErrorJson(res.jsonValue, resourceDeprecated(arg1)); in resourceDeprecated()