Home
last modified time | relevance | path

Searched refs:accountForSessionNoLongerExists (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1365 accountForSessionNoLongerExists = 1, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp760 nlohmann::json accountForSessionNoLongerExists();
762 void accountForSessionNoLongerExists(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1309 nlohmann::json accountForSessionNoLongerExists() in accountForSessionNoLongerExists() function
1312 redfish::registries::base::Index::accountForSessionNoLongerExists, {}); in accountForSessionNoLongerExists()
1315 void accountForSessionNoLongerExists(crow::Response& res) in accountForSessionNoLongerExists() function
1318 addMessageToErrorJson(res.jsonValue, accountForSessionNoLongerExists()); in accountForSessionNoLongerExists()