Lines Matching refs:mapSession
185 // no need to lock mapSession
187 for (auto v : mapSession) {
216 for (i = mapSession.begin(); i != mapSession.end(); ++i) {
235 for (i = mapSession.begin(); i != mapSession.end(); ++i) {
258 if (!mapSession.size()) {
272 for (i = mapSession.begin(); i != mapSession.end(); ++i) {
675 mapSession[sessionId] = hInput;
680 mapSession.erase(sessionId);
685 if (mapSession.count(sessionId)) {
686 hRet = mapSession[sessionId];
692 if (mapSession.count(sessionId)) {
693 hRet = mapSession[sessionId];
701 mapSession.erase(sessionId);
702 mapSession[hInput->sessionId] = hInput;
706 if (mapSession.count(sessionId) == 0) {
712 hRet = mapSession[sessionId];
715 for (auto &kv : mapSession) {