Home
last modified time | relevance | path

Searched refs:accountRemoved (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1368 accountRemoved = 4, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp749 nlohmann::json accountRemoved();
751 void accountRemoved(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1291 nlohmann::json accountRemoved() in accountRemoved() function
1293 return getLog(redfish::registries::base::Index::accountRemoved, {}); in accountRemoved()
1296 void accountRemoved(crow::Response& res) in accountRemoved() function
1299 addMessageToJsonRoot(res.jsonValue, accountRemoved()); in accountRemoved()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp2181 messages::accountRemoved(asyncResp->res); in handleAccountDelete()