Home
last modified time | relevance | path

Searched refs:emptyJSON (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1394 emptyJSON = 27, enumerator
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp651 messages::emptyJSON(res); in readJsonPatchHelper()
717 messages::emptyJSON(res); in readJsonPatch()
740 messages::emptyJSON(res); in readJsonAction()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp546 std::string emptyJSON = fullPEL ? "[]" : "{}"; in printPELs() local
547 std::cout << emptyJSON << std::endl; in printPELs()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp233 nlohmann::json emptyJSON();
235 void emptyJSON(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp376 nlohmann::json emptyJSON() in emptyJSON() function
378 return getLog(redfish::registries::base::Index::emptyJSON, {}); in emptyJSON()
381 void emptyJSON(crow::Response& res) in emptyJSON() function
384 addMessageToErrorJson(res.jsonValue, emptyJSON()); in emptyJSON()