Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dlogin_routes.hpp195 persistent_data::SessionStore::getInstance().removeSession(session); in handleLogout()
H A Dsessions.hpp334 void removeSession(const std::shared_ptr<UserSession>& session) in removeSession() function in persistent_data::SessionStore
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp138 persistent_data::SessionStore::getInstance().removeSession(session); in handleSessionDelete()
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp348 persistent_data::SessionStore::getInstance().removeSession( in hardClose()