Home
last modified time | relevance | path

Searched refs:propertyValueFormatError (Results 1 – 12 of 12) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp912 messages::propertyValueFormatError(asyncResp->res, address, in createIPv6()
1072 messages::propertyValueFormatError(asyncResp->res, *obj, in handleIPv6DefaultGateway()
1235 messages::propertyValueFormatError(asyncResp->res, hostname, in handleHostnamePatch()
1303 messages::propertyValueFormatError(asyncResp->res, fqdn, "FQDN"); in handleFqdnPatch()
1310 messages::propertyValueFormatError(asyncResp->res, fqdn, "FQDN"); in handleFqdnPatch()
1321 messages::propertyValueFormatError(asyncResp->res, fqdn, "FQDN"); in handleFqdnPatch()
1418 messages::propertyValueFormatError(asyncResp->res, in handleDHCPPatch()
1568 messages::propertyValueFormatError(res, *obj, pathString); in parseAddresses()
1580 messages::propertyValueFormatError(res, *address, in parseAddresses()
1603 messages::propertyValueFormatError( in parseAddresses()
[all …]
H A Dhypervisor_system.hpp575 messages::propertyValueFormatError(asyncResp->res, address, in handleHypervisorIPv4StaticPatch()
582 messages::propertyValueFormatError(asyncResp->res, subnetMask, in handleHypervisorIPv4StaticPatch()
589 messages::propertyValueFormatError(asyncResp->res, gateway, in handleHypervisorIPv4StaticPatch()
607 messages::propertyValueFormatError(asyncResp->res, hostName, in handleHypervisorHostnamePatch()
796 messages::propertyValueFormatError(asyncResp->res, "[]", in handleHypervisorEthernetInterfacePatch()
H A Devent_service.hpp389 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection()
400 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection()
415 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection()
571 messages::propertyValueFormatError( in requestRoutesEventDestinationCollection()
872 messages::propertyValueFormatError( in requestRoutesEventDestination()
H A Dupdate_service.hpp780 messages::propertyValueFormatError(asyncResp->res, in processUpdateParameters()
792 messages::propertyValueFormatError(asyncResp->res, target, in processUpdateParameters()
917 messages::propertyValueFormatError(asyncResp->res, target, "Targets"); in getSwInfo()
H A Daccount_service.hpp310 messages::propertyValueFormatError(asyncResp->res, newUser, "UserName"); in userErrorMessageHandler()
1145 messages::propertyValueFormatError(asyncResp->res, nullptr, in afterVerifyUserExists()
1823 messages::propertyValueFormatError(asyncResp->res, nullptr, in processAfterCreateUser()
H A Dvirtual_media.hpp538 messages::propertyValueFormatError(asyncResp->res, "<empty>", "Image"); in validateParams()
H A Dmanagers.hpp545 messages::propertyValueFormatError(asyncResp->res, datetime, in setDateTime()
H A Dprocessor.hpp1074 messages::propertyValueFormatError( in handleProcessorPatch()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1438 propertyValueFormatError = 68, enumerator
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp532 messages::propertyValueFormatError(response->res, config, "Zones"); in getZonesFromJsonReq()
549 messages::propertyValueFormatError(response->res, path, "Zones"); in getZonesFromJsonReq()
564 messages::propertyValueFormatError(response->res, odata, "Zones"); in getZonesFromJsonReq()
836 messages::propertyValueFormatError(response->res, *chassisId, in createPidInterface()
845 messages::propertyValueFormatError(response->res, *chassisId, in createPidInterface()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp120 nlohmann::json::object_t propertyValueFormatError(const nlohmann::json& arg1,
123 void propertyValueFormatError(crow::Response& res, const nlohmann::json& arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp196 nlohmann::json::object_t propertyValueFormatError(const nlohmann::json& arg1, in propertyValueFormatError() function
201 return getLog(redfish::registries::Base::Index::propertyValueFormatError, in propertyValueFormatError()
205 void propertyValueFormatError(crow::Response& res, const nlohmann::json& arg1, in propertyValueFormatError() function
209 addMessageToJson(res.jsonValue, propertyValueFormatError(arg1, arg2), arg2); in propertyValueFormatError()