Searched refs:SessionMap (Results 1 – 2 of 2) sorted by relevance
360 SessionMap::iterator it = _session_map.find(session_name); in RegisterSession()367 _session_map.insert(SessionMap::value_type(session_name, session)); in RegisterSession()374 SessionMap::iterator it = _session_map.find(session_name); in GetNameSession()
301 typedef std::map<int, ISessionNtfy*> SessionMap; typedef324 SessionMap _session_map;