Searched refs:emptyJSON (Results 1 – 5 of 5) sorted by relevance
1397 emptyJSON = 27, enumerator
672 messages::emptyJSON(res); in readJsonPatchHelper()738 messages::emptyJSON(res); in readJsonPatch()776 messages::emptyJSON(res); in readJsonAction()
534 std::string emptyJSON = fullPEL ? "[]" : "{}"; in printPELs() local535 std::cout << emptyJSON << std::endl; in printPELs()
233 nlohmann::json::object_t emptyJSON();235 void emptyJSON(crow::Response& res);
379 nlohmann::json::object_t emptyJSON() in emptyJSON() function381 return getLog(redfish::registries::Base::Index::emptyJSON, {}); in emptyJSON()384 void emptyJSON(crow::Response& res) in emptyJSON() function387 addMessageToErrorJson(res.jsonValue, emptyJSON()); in emptyJSON()