Searched refs:accountNotModified (Results 1 – 3 of 3) sorted by relevance
1373 accountNotModified = 3, enumerator
734 nlohmann::json::object_t accountNotModified();736 void accountNotModified(crow::Response& res);
1170 nlohmann::json::object_t accountNotModified() in accountNotModified() function1172 return getLog(redfish::registries::Base::Index::accountNotModified, {}); in accountNotModified()1175 void accountNotModified(crow::Response& res) in accountNotModified() function1178 addMessageToErrorJson(res.jsonValue, accountNotModified()); in accountNotModified()