Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-blobs/
H A Dmanager.cpp102 openSessions[handler].insert(*session); in open()
279 openSessions[handler].erase(session); in eraseSession()
293 if (openSessions.count(handler) == 0) in cleanUpStaleSessions()
301 for (auto sessionId : openSessions[handler]) in cleanUpStaleSessions()
H A Dmanager.hpp283 std::unordered_map<GenericBlobInterface*, std::set<uint16_t>> openSessions; member in blobs::BlobManager