Searched refs:propertyValueFormatError (Results 1 – 10 of 10) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | ethernet.hpp | 1053 messages::propertyValueFormatError(asyncResp->res, *obj, in handleIPv6DefaultGateway() 1216 messages::propertyValueFormatError(asyncResp->res, hostname, in handleHostnamePatch() 1284 messages::propertyValueFormatError(asyncResp->res, fqdn, "FQDN"); in handleFqdnPatch() 1291 messages::propertyValueFormatError(asyncResp->res, fqdn, "FQDN"); in handleFqdnPatch() 1399 messages::propertyValueFormatError(asyncResp->res, in handleDHCPPatch() 1559 messages::propertyValueFormatError(asyncResp->res, *obj, in handleIPv4StaticPatch() 1594 messages::propertyValueFormatError( in handleIPv4StaticPatch() 1605 messages::propertyValueFormatError( in handleIPv4StaticPatch() 1692 messages::propertyValueFormatError(asyncResp->res, *obj, in handleIPv4StaticPatch() 1797 messages::propertyValueFormatError(asyncResp->res, *obj, in handleIPv6StaticAddressesPatch() [all …]
|
H A D | event_service.hpp | 355 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection() 366 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection() 381 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection() 525 messages::propertyValueFormatError( in requestRoutesEventDestinationCollection() 799 messages::propertyValueFormatError( in requestRoutesEventDestination()
|
H A D | hypervisor_system.hpp | 559 messages::propertyValueFormatError(asyncResp->res, address, in handleHypervisorIPv4StaticPatch() 566 messages::propertyValueFormatError(asyncResp->res, subnetMask, in handleHypervisorIPv4StaticPatch() 573 messages::propertyValueFormatError(asyncResp->res, gateway, in handleHypervisorIPv4StaticPatch() 591 messages::propertyValueFormatError(asyncResp->res, hostName, in handleHypervisorHostnamePatch() 780 messages::propertyValueFormatError(asyncResp->res, "[]", in handleHypervisorEthernetInterfacePatch()
|
H A D | update_service.hpp | 783 messages::propertyValueFormatError( in extractMultipartUpdateParameters() 792 messages::propertyValueFormatError( in extractMultipartUpdateParameters() 882 messages::propertyValueFormatError(asyncResp->res, target, "Targets"); in getSwInfo()
|
H A D | account_service.hpp | 303 messages::propertyValueFormatError(asyncResp->res, newUser, "UserName"); in userErrorMessageHandler() 1130 messages::propertyValueFormatError(asyncResp->res, nullptr, in updateUserProperties() 1796 messages::propertyValueFormatError(asyncResp->res, nullptr, in processAfterCreateUser()
|
H A D | managers.hpp | 791 messages::propertyValueFormatError(response->res, config, "Zones"); in getZonesFromJsonReq() 811 messages::propertyValueFormatError(response->res, odata, "Zones"); in getZonesFromJsonReq() 1971 messages::propertyValueFormatError(asyncResp->res, datetime, in setDateTime()
|
H A D | virtual_media.hpp | 525 messages::propertyValueFormatError(asyncResp->res, "<empty>", "Image"); in validateParams()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1432 propertyValueFormatError = 68, enumerator
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 128 nlohmann::json propertyValueFormatError(const nlohmann::json& arg1, 131 void propertyValueFormatError(crow::Response& res, const nlohmann::json& arg1,
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 302 nlohmann::json propertyValueFormatError(const nlohmann::json& arg1, in propertyValueFormatError() function 307 return getLog(redfish::registries::base::Index::propertyValueFormatError, in propertyValueFormatError() 311 void propertyValueFormatError(crow::Response& res, const nlohmann::json& arg1, in propertyValueFormatError() function 315 addMessageToJson(res.jsonValue, propertyValueFormatError(arg1, arg2), arg2); in propertyValueFormatError()
|