Searched refs:openSessions (Results 1 – 2 of 2) sorted by relevance
102 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()
281 std::unordered_map<GenericBlobInterface*, std::set<uint16_t>> openSessions; member in blobs::BlobManager