Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp71 messages::propertyNotWritable(asyncResp->res, in afterSetProperty()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1426 propertyNotWritable = 62, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp183 nlohmann::json propertyNotWritable(std::string_view arg1);
185 void propertyNotWritable(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp390 nlohmann::json propertyNotWritable(std::string_view arg1) in propertyNotWritable() function
392 return getLog(redfish::registries::base::Index::propertyNotWritable, in propertyNotWritable()
396 void propertyNotWritable(crow::Response& res, std::string_view arg1) in propertyNotWritable() function
399 addMessageToJson(res.jsonValue, propertyNotWritable(arg1), arg1); in propertyNotWritable()
/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp525 messages::propertyNotWritable(asyncResp->res, "HostName"); in handleManagersNetworkProtocolPatch()
H A Dhypervisor_system.hpp747 messages::propertyNotWritable(asyncResp->res, "IPv4Addresses"); in handleHypervisorEthernetInterfacePatch()
H A Daccount_service.hpp1639 messages::propertyNotWritable(asyncResp->res, "MaxPasswordLength"); in handleAccountServicePatch()
H A Dethernet.hpp2399 messages::propertyNotWritable(asyncResp->res, in requestEthernetInterfacesRoutes()