Searched refs:malformedJSON (Results 1 – 4 of 4) sorted by relevance
35 messages::malformedJSON(res); in processJsonFromRequest()
1412 malformedJSON = 42, enumerator
210 nlohmann::json::object_t malformedJSON();212 void malformedJSON(crow::Response& res);
341 nlohmann::json::object_t malformedJSON() in malformedJSON() function343 return getLog(redfish::registries::Base::Index::malformedJSON, {}); in malformedJSON()346 void malformedJSON(crow::Response& res) in malformedJSON() function349 addMessageToErrorJson(res.jsonValue, malformedJSON()); in malformedJSON()