• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:end

85                           config.whitelisted_atom_ids().end()),  in MetricsManager()
198 config.whitelisted_atom_ids().end()); in updateConfig()
228 if (it != UidMap::sAidToUidMapping.end()) { in createAllLogSourcesFromConfig()
246 if (it != UidMap::sAidToUidMapping.end()) { in createAllLogSourcesFromConfig()
261 if (it != UidMap::sAidToUidMapping.end()) { in createAllLogSourcesFromConfig()
346 mAllowedLogSources.insert(mAllowedUid.begin(), mAllowedUid.end()); in initAllowedLogSources()
350 mAllowedLogSources.insert(uids.begin(), uids.end()); in initAllowedLogSources()
363 mCombinedPullAtomUids[atomId].insert(uids.begin(), uids.end()); in initPullAtomSources()
368 mCombinedPullAtomUids[atomId].insert(uids.begin(), uids.end()); in initPullAtomSources()
384 if (std::find(mAllowedPkg.begin(), mAllowedPkg.end(), apk) != mAllowedPkg.end()) { in notifyAppUpgrade()
391 if (it.second.find(apk) != it.second.end()) { in notifyAppUpgrade()
404 if (std::find(mAllowedPkg.begin(), mAllowedPkg.end(), apk) != mAllowedPkg.end()) { in notifyAppRemoved()
411 if (it.second.find(apk) != it.second.end()) { in notifyAppRemoved()
448 if (it != mCombinedPullAtomUids.end()) { in getPullAtomUids()
449 uids.insert(uids.end(), it->second.begin(), it->second.end()); in getPullAtomUids()
451 uids.insert(uids.end(), mDefaultPullUids.begin(), mDefaultPullUids.end()); in getPullAtomUids()
496 if (mNoReportMetricIds.find(producer->getMetricId()) == mNoReportMetricIds.end()) { in onDumpReport()
506 protoOutput->end(token); in onDumpReport()
517 protoOutput->end(token); in onDumpReport()
530 if (mWhitelistedAtomIds.find(atomId) != mWhitelistedAtomIds.end()) { in checkLogCredentials()
540 if (mAllowedLogSources.find(uid) == mAllowedLogSources.end()) { in checkLogCredentials()
593 if (matchersIt == mTagIdsToMatchersMap.end()) { in onLogEvent()
689 if (it == mConditionToMetricMap.end()) { in onLogEvent()
714 if (it == mTrackerToMetricMap.end()) { in onLogEvent()
730 const set<int> uniqueLostAtomIds(socketLossInfo.atomIds.begin(), socketLossInfo.atomIds.end()); in onLogEventLost()
756 if (matchersIt == mTagIdsToMatchersMap.end()) { in notifyMetricsAboutLostAtom()
766 if (metricMapIt != mTrackerToMetricMap.end()) { in notifyMetricsAboutLostAtom()
777 if (conditionMapIt != mTrackerToConditionMap.end()) { in notifyMetricsAboutLostAtom()
781 if (metricMapIt != mConditionToMetricMap.end()) { in notifyMetricsAboutLostAtom()
853 proto->end(metricToken); in writeActiveConfigToProtoOutputStream()
890 if (it == mAlertTrackerMap.end()) { in loadMetadata()
900 if (it == mMetricProducerMap.end()) { in loadMetadata()
930 return possibleUids.find(callingUid) != possibleUids.end(); in validateRestrictedMetricsDelegate()
968 if (droppedAtomStatsIt != mQueueOverflowAtomsStats.end() && in processQueueOverflowStats()
980 if (droppedAtomStatsIt != mQueueOverflowAtomsStats.end()) { in processQueueOverflowStats()