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.hpp1408 invalidJSON = 38, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp222 nlohmann::json::object_t invalidJSON(uint64_t arg1);
224 void invalidJSON(crow::Response& res, uint64_t arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp359 nlohmann::json::object_t invalidJSON(uint64_t arg1) in invalidJSON() function
362 return getLog(redfish::registries::Base::Index::invalidJSON, in invalidJSON()
366 void invalidJSON(crow::Response& res, uint64_t arg1) in invalidJSON() function
369 addMessageToErrorJson(res.jsonValue, invalidJSON(arg1)); in invalidJSON()