Searched refs:kAllPullAtomInfo (Results 1 – 4 of 4) sorted by relevance
52 const std::map<int, PullAtomInfo> StatsPullerManagerImpl::kAllPullAtomInfo = { member in android::os::statsd::StatsPullerManagerImpl183 if (kAllPullAtomInfo.find(tagId) != kAllPullAtomInfo.end()) { in Pull()184 bool ret = kAllPullAtomInfo.find(tagId)->second.puller->Pull(timeNs, data); in Pull()199 return kAllPullAtomInfo.find(tagId) != kAllPullAtomInfo.end(); in PullerForMatcherExists()222 for (const auto& pulledAtom : kAllPullAtomInfo) { in SetStatsCompanionService()336 for (const auto& pulledAtom : kAllPullAtomInfo) { in ForceClearPullerCache()344 for (const auto& pulledAtom : kAllPullAtomInfo) { in ClearPullerCacheIfNecessary()
110 if (StatsPullerManagerImpl::kAllPullAtomInfo.find(tagId) == in mergeIsolatedUidsToHostUid()111 StatsPullerManagerImpl::kAllPullAtomInfo.end()) { in mergeIsolatedUidsToHostUid()124 StatsPullerManagerImpl::kAllPullAtomInfo.find(tagId)->second.additiveFields; in mergeIsolatedUidsToHostUid()126 StatsPullerManagerImpl::kAllPullAtomInfo.find(tagId)->second.nonAdditiveFields; in mergeIsolatedUidsToHostUid()
71 const static std::map<int, PullAtomInfo> kAllPullAtomInfo; variable
38 mCoolDownNs = StatsPullerManagerImpl::kAllPullAtomInfo.find(tagId)->second.coolDownNs; in StatsPuller()