Searched refs:accountRemoved (Results 1 – 4 of 4) sorted by relevance
1368 accountRemoved = 4, enumerator
749 nlohmann::json accountRemoved();751 void accountRemoved(crow::Response& res);
1291 nlohmann::json accountRemoved() in accountRemoved() function1293 return getLog(redfish::registries::base::Index::accountRemoved, {}); in accountRemoved()1296 void accountRemoved(crow::Response& res) in accountRemoved() function1299 addMessageToJsonRoot(res.jsonValue, accountRemoved()); in accountRemoved()
2181 messages::accountRemoved(asyncResp->res); in handleAccountDelete()