Home
last modified time | relevance | path

Searched refs:getSessionByUid (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp81 persistent_data::SessionStore::getInstance().getSessionByUid(sessionId); in handleSessionGet()
102 persistent_data::SessionStore::getInstance().getSessionByUid(sessionId); in handleSessionDelete()
/openbmc/bmcweb/include/
H A Dsessions.hpp237 std::shared_ptr<UserSession> getSessionByUid(std::string_view uid) in getSessionByUid() function in persistent_data::SessionStore