Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1435 propertyValueDeprecated = 65, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1344 nlohmann::json::object_t propertyValueDeprecated(std::string_view arg1,
1347 void propertyValueDeprecated(crow::Response& res, std::string_view arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2135 nlohmann::json::object_t propertyValueDeprecated(std::string_view arg1, in propertyValueDeprecated() function
2138 return getLog(redfish::registries::Base::Index::propertyValueDeprecated, in propertyValueDeprecated()
2142 void propertyValueDeprecated(crow::Response& res, std::string_view arg1, in propertyValueDeprecated() function
2146 addMessageToErrorJson(res.jsonValue, propertyValueDeprecated(arg1, arg2)); in propertyValueDeprecated()