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.hpp1397 emptyJSON = 27, enumerator
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp672 messages::emptyJSON(res); in readJsonPatchHelper()
738 messages::emptyJSON(res); in readJsonPatch()
776 messages::emptyJSON(res); in readJsonAction()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp534 std::string emptyJSON = fullPEL ? "[]" : "{}"; in printPELs() local
535 std::cout << emptyJSON << std::endl; in printPELs()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp233 nlohmann::json::object_t emptyJSON();
235 void emptyJSON(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp379 nlohmann::json::object_t emptyJSON() in emptyJSON() function
381 return getLog(redfish::registries::Base::Index::emptyJSON, {}); in emptyJSON()
384 void emptyJSON(crow::Response& res) in emptyJSON() function
387 addMessageToErrorJson(res.jsonValue, emptyJSON()); in emptyJSON()