Lines Matching refs:find
196 auto it = UidMap::sAidToUidMapping.find(source); in createAllLogSourcesFromConfig()
215 auto it = UidMap::sAidToUidMapping.find(pullSource); in createAllLogSourcesFromConfig()
229 auto it = UidMap::sAidToUidMapping.find(pullPackage); in createAllLogSourcesFromConfig()
316 if (std::find(mAllowedPkg.begin(), mAllowedPkg.end(), apk) != mAllowedPkg.end()) { in notifyAppUpgrade()
323 if (it.second.find(apk) != it.second.end()) { in notifyAppUpgrade()
337 if (std::find(mAllowedPkg.begin(), mAllowedPkg.end(), apk) != mAllowedPkg.end()) { in notifyAppRemoved()
344 if (it.second.find(apk) != it.second.end()) { in notifyAppRemoved()
379 const auto& it = mCombinedPullAtomUids.find(atomId); in getPullAtomUids()
416 if (mNoReportMetricIds.find(producer->getMetricId()) == mNoReportMetricIds.end()) { in onDumpReport()
451 if (mWhitelistedAtomIds.find(event.GetTagId()) != mWhitelistedAtomIds.end()) { in checkLogCredentials()
455 if (mAllowedLogSources.find(event.GetUid()) == mAllowedLogSources.end()) { in checkLogCredentials()
559 if (mTagIds.find(tagId) == mTagIds.end()) { in onLogEvent()
638 auto pair = mConditionToMetricMap.find(i); in onLogEvent()
663 auto pair = mTrackerToMetricMap.find(i); in onLogEvent()
760 auto it = mAlertTrackerMap.find(alertId); in loadMetadata()