Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1053 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 Devent_service.hpp355 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 Dhypervisor_system.hpp559 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 Dupdate_service.hpp783 messages::propertyValueFormatError( in extractMultipartUpdateParameters()
792 messages::propertyValueFormatError( in extractMultipartUpdateParameters()
882 messages::propertyValueFormatError(asyncResp->res, target, "Targets"); in getSwInfo()
H A Daccount_service.hpp303 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 Dmanagers.hpp791 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 Dvirtual_media.hpp525 messages::propertyValueFormatError(asyncResp->res, "<empty>", "Image"); in validateParams()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1432 propertyValueFormatError = 68, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp128 nlohmann::json propertyValueFormatError(const nlohmann::json& arg1,
131 void propertyValueFormatError(crow::Response& res, const nlohmann::json& arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp302 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()