Searched refs:addMessageToJson (Results 1 – 4 of 4) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | error_message_utils.hpp | 19 void addMessageToJson(nlohmann::json& target, const nlohmann::json& message,
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | error_message_utils.cpp | 117 void addMessageToJson(nlohmann::json& target, const nlohmann::json& message, in addMessageToJson() function
|
| H A D | error_messages.cpp | 144 addMessageToJson(res.jsonValue, propertyDuplicate(arg1), arg1); in propertyDuplicate() 186 addMessageToJson(res.jsonValue, propertyValueTypeError(arg1, arg2), arg2); in propertyValueTypeError() 209 addMessageToJson(res.jsonValue, propertyValueFormatError(arg1, arg2), arg2); in propertyValueFormatError() 232 addMessageToJson(res.jsonValue, propertyValueNotInList(arg1, arg2), arg2); in propertyValueNotInList() 274 addMessageToJson(res.jsonValue, propertyValueError(arg1), arg1); in propertyValueError() 293 addMessageToJson(res.jsonValue, propertyNotWritable(arg1), arg1); in propertyNotWritable() 331 addMessageToJson(res.jsonValue, propertyMissing(arg1), arg1); in propertyMissing() 934 addMessageToJson(res.jsonValue, resourceAlreadyExists(arg1, arg2, arg3), in resourceAlreadyExists() 1050 addMessageToJson(res.jsonValue, createFailedMissingReqProperties(arg1), in createFailedMissingReqProperties() 1467 addMessageToJson(res.jsonValue, propertyValueModified(arg1, arg2), arg1); in propertyValueModified()
|
| /openbmc/bmcweb/scripts/ |
| H A D | parse_registries.py | 395 addMessageToJson = { 416 if entry_id in addMessageToJson:
|