Searched refs:systemUids_ (Results 1 – 2 of 2) sorted by relevance
46 return std::find(systemUids_.begin(), systemUids_.end(), uid) != systemUids_.end(); in IsSystem()52 systemUids_.push_back(uid); in AddSystemUid()59 systemUids_.clear(); in RemoveSystemUid()63 for (auto it = systemUids_.begin(); it != systemUids_.end(); it++) { in RemoveSystemUid()65 systemUids_.erase(it); in RemoveSystemUid()
42 std::vector<uint32_t> systemUids_; variable