Searched refs:emptyJSON (Results 1 – 5 of 5) sorted by relevance
1394 emptyJSON = 27, enumerator
651 messages::emptyJSON(res); in readJsonPatchHelper()717 messages::emptyJSON(res); in readJsonPatch()740 messages::emptyJSON(res); in readJsonAction()
546 std::string emptyJSON = fullPEL ? "[]" : "{}"; in printPELs() local547 std::cout << emptyJSON << std::endl; in printPELs()
233 nlohmann::json emptyJSON();235 void emptyJSON(crow::Response& res);
376 nlohmann::json emptyJSON() in emptyJSON() function378 return getLog(redfish::registries::base::Index::emptyJSON, {}); in emptyJSON()381 void emptyJSON(crow::Response& res) in emptyJSON() function384 addMessageToErrorJson(res.jsonValue, emptyJSON()); in emptyJSON()