Searched refs:sessions_ (Results 1 – 1 of 1) sorted by relevance
96 std::unordered_map<uint32_t, std::shared_ptr<SessionInfo>> sessions_; member in SessionTrack122 sessions_.clear(); in SessionTrack()194 sessions_.emplace(std::make_pair(handle, in OnSessionInit()231 for (const auto elem : sessions_) { in OnCountryCodeChanged()539 sessions_.erase(session_handle); in OnSessionStatusNtf()674 auto it = sessions_.find(session_handle); in GetSessionInfo()675 if (it == sessions_.end()) { in GetSessionInfo()683 return sessions_.size() == 0; in IsDeviceIdle()