Home | History | Annotate | Download | only in service

Lines Matching refs:mCachedUids

531     mCachedUids.clear();
554 auto cacheIter = mCachedUids.find(uid);
555 if (cacheIter != mCachedUids.end()) {
563 mCachedUids.insert(std::pair<uid_t, bool>(uid, active));
612 updateUidLocked(&mCachedUids, uid, active, insert, nullptr, &wasActive);