Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1430 propertyModified = 60, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1445 nlohmann::json::object_t propertyModified();
1447 void propertyModified(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2309 nlohmann::json::object_t propertyModified() in propertyModified() function
2311 return getLog(redfish::registries::Base::Index::propertyModified, {}); in propertyModified()
2314 void propertyModified(crow::Response& res) in propertyModified() function
2317 addMessageToErrorJson(res.jsonValue, propertyModified()); in propertyModified()