Home
last modified time | relevance | path

Searched refs:kAllPullAtomInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
DStatsPullerManagerImpl.cpp52 const std::map<int, PullAtomInfo> StatsPullerManagerImpl::kAllPullAtomInfo = { member in android::os::statsd::StatsPullerManagerImpl
183 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()
Dpuller_util.cpp110 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()
DStatsPullerManagerImpl.h71 const static std::map<int, PullAtomInfo> kAllPullAtomInfo; variable
DStatsPuller.cpp38 mCoolDownNs = StatsPullerManagerImpl::kAllPullAtomInfo.find(tagId)->second.coolDownNs; in StatsPuller()