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.hpp1375 actionDeprecated = 5, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1357 nlohmann::json::object_t actionDeprecated(std::string_view arg1);
1359 void actionDeprecated(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2156 nlohmann::json::object_t actionDeprecated(std::string_view arg1) in actionDeprecated() function
2158 return getLog(redfish::registries::Base::Index::actionDeprecated, in actionDeprecated()
2162 void actionDeprecated(crow::Response& res, std::string_view arg1) in actionDeprecated() function
2165 addMessageToErrorJson(res.jsonValue, actionDeprecated(arg1)); in actionDeprecated()