Searched refs:propertyValueTypeError (Results 1 – 8 of 8) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 291 messages::propertyValueTypeError(res, res.jsonValue, key); in unpackValue() 296 messages::propertyValueTypeError(res, res.jsonValue, key); in unpackValue() 313 messages::propertyValueTypeError(res, res.jsonValue, key); in unpackValue() 332 messages::propertyValueTypeError(res, jsonValue, key); in unpackValue() 348 messages::propertyValueTypeError(res, jsonValue, key); in unpackValue()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1438 propertyValueTypeError = 74, enumerator
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 113 nlohmann::json propertyValueTypeError(const nlohmann::json& arg1, 116 void propertyValueTypeError(crow::Response& res, const nlohmann::json& arg1,
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 279 nlohmann::json propertyValueTypeError(const nlohmann::json& arg1, in propertyValueTypeError() function 284 return getLog(redfish::registries::base::Index::propertyValueTypeError, in propertyValueTypeError() 288 void propertyValueTypeError(crow::Response& res, const nlohmann::json& arg1, in propertyValueTypeError() function 292 addMessageToJson(res.jsonValue, propertyValueTypeError(arg1, arg2), arg2); in propertyValueTypeError()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | hypervisor_system.hpp | 771 messages::propertyValueTypeError(asyncResp->res, in handleHypervisorEthernetInterfacePatch()
|
H A D | update_service.hpp | 760 messages::propertyValueTypeError( in extractMultipartUpdateParameters()
|
H A D | account_service.hpp | 403 messages::propertyValueTypeError( in handleRoleMapPatch()
|
H A D | managers.hpp | 1217 messages::propertyValueTypeError(response->res, "Direction", in createPidInterface()
|