Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1421 propertyDeprecated = 57, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1321 nlohmann::json propertyDeprecated(std::string_view arg1);
1323 void propertyDeprecated(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2193 nlohmann::json propertyDeprecated(std::string_view arg1) in propertyDeprecated() function
2195 return getLog(redfish::registries::base::Index::propertyDeprecated, in propertyDeprecated()
2199 void propertyDeprecated(crow::Response& res, std::string_view arg1) in propertyDeprecated() function
2202 addMessageToErrorJson(res.jsonValue, propertyDeprecated(arg1)); in propertyDeprecated()