Searched refs:accountNotModified (Results 1 – 3 of 3) sorted by relevance
1367 accountNotModified = 3, enumerator
739 nlohmann::json accountNotModified();741 void accountNotModified(crow::Response& res);
1273 nlohmann::json accountNotModified() in accountNotModified() function1275 return getLog(redfish::registries::base::Index::accountNotModified, {}); in accountNotModified()1278 void accountNotModified(crow::Response& res) in accountNotModified() function1281 addMessageToErrorJson(res.jsonValue, accountNotModified()); in accountNotModified()