Home
last modified time | relevance | path

Searched refs:propertyNotWritable (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp73 messages::propertyNotWritable(asyncResp->res, in afterSetProperty()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1432 propertyNotWritable = 62, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp175 nlohmann::json::object_t propertyNotWritable(std::string_view arg1);
177 void propertyNotWritable(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/lib/
H A Daggregation_service.hpp387 messages::propertyNotWritable(asyncResp->res, "UserName"); in handleAggregationSourcePatch()
H A Dnetwork_protocol.hpp503 messages::propertyNotWritable(asyncResp->res, "HostName"); in handleManagersNetworkProtocolPatch()
H A Dhypervisor_system.hpp763 messages::propertyNotWritable(asyncResp->res, "IPv4Addresses"); in handleHypervisorEthernetInterfacePatch()
H A Daccount_service.hpp1665 messages::propertyNotWritable(asyncResp->res, "MaxPasswordLength"); in handleAccountServicePatch()
H A Dethernet.hpp2458 messages::propertyNotWritable(asyncResp->res, in requestEthernetInterfacesRoutes()
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp284 nlohmann::json::object_t propertyNotWritable(std::string_view arg1) in propertyNotWritable() function
286 return getLog(redfish::registries::Base::Index::propertyNotWritable, in propertyNotWritable()
290 void propertyNotWritable(crow::Response& res, std::string_view arg1) in propertyNotWritable() function
293 addMessageToJson(res.jsonValue, propertyNotWritable(arg1), arg1); in propertyNotWritable()