Searched refs:idxPidMap_ (Results 1 – 4 of 4) sorted by relevance
36 idxPidMap_.clear(); in ~StreamServer()46 auto it = idxPidMap_.find(pid); in GetClientFd()47 return it == idxPidMap_.end() ? INVALID_FD : it->second; in GetClientFd()145 idxPidMap_[pid] = fd; in AddSession()154 auto pidIt = idxPidMap_.find(pid); in DelSession()155 if (pidIt == idxPidMap_.end()) { in DelSession()160 idxPidMap_.erase(pidIt); in DelSession()
41 std::map<int32_t, int32_t> idxPidMap_; variable
56 auto it = idxPidMap_.find(pid); in GetClientFd()57 if (it == idxPidMap_.end()) { in GetClientFd()300 idxPidMap_[pid] = fd; in AddSession()316 idxPidMap_.erase(pid); in DelSession()
78 std::map<int32_t, int32_t> idxPidMap_; variable