Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1369 actionDeprecated = 5, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1357 nlohmann::json actionDeprecated(std::string_view arg1);
1359 void actionDeprecated(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2252 nlohmann::json actionDeprecated(std::string_view arg1) in actionDeprecated() function
2254 return getLog(redfish::registries::base::Index::actionDeprecated, in actionDeprecated()
2258 void actionDeprecated(crow::Response& res, std::string_view arg1) in actionDeprecated() function
2261 addMessageToErrorJson(res.jsonValue, actionDeprecated(arg1)); in actionDeprecated()