Searched refs:kAllPullAtomInfo (Results 1 – 4 of 4) sorted by relevance
51 std::map<int, PullAtomInfo> StatsPullerManager::kAllPullAtomInfo = { member in android::os::statsd::StatsPullerManager280 if (kAllPullAtomInfo.find(tagId) != kAllPullAtomInfo.end()) { in Pull()281 bool ret = kAllPullAtomInfo.find(tagId)->second.puller->Pull(data); in Pull()295 return isVendorPulledAtom(tagId) || kAllPullAtomInfo.find(tagId) != kAllPullAtomInfo.end(); in PullerForMatcherExists()318 for (const auto& pulledAtom : kAllPullAtomInfo) { in SetStatsCompanionService()450 for (const auto& pulledAtom : kAllPullAtomInfo) { in ForceClearPullerCache()458 for (const auto& pulledAtom : kAllPullAtomInfo) { in ClearPullerCacheIfNecessary()474 kAllPullAtomInfo[atomTag] = {.puller = new StatsCallbackPuller(atomTag, callback)}; in RegisterPullerCallback()484 kAllPullAtomInfo.erase(atomTag); in UnregisterPullerCallback()
44 StatsPullerManager::kAllPullAtomInfo.at(mTagId).coolDownNs; in Pull()66 pullDurationNs > StatsPullerManager::kAllPullAtomInfo.at(mTagId).pullTimeoutNs; in Pull()103 StatsPullerManager::kAllPullAtomInfo.at(mTagId).coolDownNs) { in ClearCacheIfNecessary()
58 if (StatsPullerManager::kAllPullAtomInfo.find(tagId) == in mapAndMergeIsolatedUidsToHostUid()59 StatsPullerManager::kAllPullAtomInfo.end()) { in mapAndMergeIsolatedUidsToHostUid()124 StatsPullerManager::kAllPullAtomInfo.find(tagId)->second.additiveFields; in mapAndMergeIsolatedUidsToHostUid()
98 static std::map<int, PullAtomInfo> kAllPullAtomInfo; variable