Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/external/
H A DStatsPullerManager.cpp71 const auto& it = thiz->kAllPullAtomInfo.find(pullerKey); in pullAtomCallbackDied()
75 thiz->kAllPullAtomInfo.erase(pullerKey); in pullAtomCallbackDied()
86 : kAllPullAtomInfo({ in StatsPullerManager()
132 auto pullerIt = kAllPullAtomInfo.find(key); in PullLocked()
133 if (pullerIt != kAllPullAtomInfo.end()) { in PullLocked()
173 for (const auto& pulledAtom : kAllPullAtomInfo) { in SetStatsCompanionService()
320 for (const auto& pulledAtom : kAllPullAtomInfo) { in ForceClearPullerCache()
329 for (const auto& pulledAtom : kAllPullAtomInfo) { in ClearPullerCacheIfNecessary()
356 kAllPullAtomInfo[key] = puller; in RegisterPullAtomCallback()
362 if (kAllPullAtomInfo.find(key) != kAllPullAtomInfo.end()) { in UnregisterPullAtomCallback()
[all …]
H A DStatsPullerManager.h125 std::map<const PullerKey, sp<StatsPuller>> kAllPullAtomInfo; variable