Home
last modified time | relevance | path

Searched refs:malformedJSON (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp47 messages::malformedJSON(res); in processJsonFromRequest()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1406 malformedJSON = 42, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp218 nlohmann::json malformedJSON();
220 void malformedJSON(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp447 nlohmann::json malformedJSON() in malformedJSON() function
449 return getLog(redfish::registries::base::Index::malformedJSON, {}); in malformedJSON()
452 void malformedJSON(crow::Response& res) in malformedJSON() function
455 addMessageToErrorJson(res.jsonValue, malformedJSON()); in malformedJSON()