Home
last modified time | relevance | path

Searched refs:invalidJSON (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1402 invalidJSON = 38, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp230 nlohmann::json invalidJSON(std::string_view arg1);
232 void invalidJSON(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp465 nlohmann::json invalidJSON(std::string_view arg1) in invalidJSON() function
467 return getLog(redfish::registries::base::Index::invalidJSON, in invalidJSON()
471 void invalidJSON(crow::Response& res, std::string_view arg1) in invalidJSON() function
474 addMessageToErrorJson(res.jsonValue, invalidJSON(arg1)); in invalidJSON()