Searched refs:invalidJSON (Results 1 – 3 of 3) sorted by relevance
1402 invalidJSON = 38, enumerator
230 nlohmann::json invalidJSON(std::string_view arg1);232 void invalidJSON(crow::Response& res, std::string_view arg1);
465 nlohmann::json invalidJSON(std::string_view arg1) in invalidJSON() function467 return getLog(redfish::registries::base::Index::invalidJSON, in invalidJSON()471 void invalidJSON(crow::Response& res, std::string_view arg1) in invalidJSON() function474 addMessageToErrorJson(res.jsonValue, invalidJSON(arg1)); in invalidJSON()