Searched refs:hostPidsSet_ (Results 1 – 2 of 2) sorted by relevance
126 hostPidsSet_.erase(pid); in RemoveProcessRecord()186 hostPidsSet_.insert(hostPid); in AddHostProcess()191 if (hostPidsSet_.find(hostPid) != hostPidsSet_.end()) { in IsHostProcess()
190 std::unordered_set<int32_t> hostPidsSet_; variable