Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp291 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 Dbase_message_registry.hpp1438 propertyValueTypeError = 74, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp113 nlohmann::json propertyValueTypeError(const nlohmann::json& arg1,
116 void propertyValueTypeError(crow::Response& res, const nlohmann::json& arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp279 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 Dhypervisor_system.hpp771 messages::propertyValueTypeError(asyncResp->res, in handleHypervisorEthernetInterfacePatch()
H A Dupdate_service.hpp760 messages::propertyValueTypeError( in extractMultipartUpdateParameters()
H A Daccount_service.hpp403 messages::propertyValueTypeError( in handleRoleMapPatch()
H A Dmanagers.hpp1217 messages::propertyValueTypeError(response->res, "Direction", in createPidInterface()