Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1431 propertyNotUpdated = 61, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp187 nlohmann::json::object_t propertyNotUpdated(std::string_view arg1);
189 void propertyNotUpdated(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp303 nlohmann::json::object_t propertyNotUpdated(std::string_view arg1) in propertyNotUpdated() function
305 return getLog(redfish::registries::Base::Index::propertyNotUpdated, in propertyNotUpdated()
309 void propertyNotUpdated(crow::Response& res, std::string_view arg1) in propertyNotUpdated() function
312 addMessageToErrorJson(res.jsonValue, propertyNotUpdated(arg1)); in propertyNotUpdated()