Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/external/
DStatsPullerManager.cpp318 for (const auto& pulledAtom : kAllPullAtomInfo) { in SetStatsCompanionService() local
319 pulledAtom.second.puller->SetStatsCompanionService(statsCompanionService); in SetStatsCompanionService()
450 for (const auto& pulledAtom : kAllPullAtomInfo) { in ForceClearPullerCache() local
451 totalCleared += pulledAtom.second.puller->ForceClearCache(); in ForceClearPullerCache()
458 for (const auto& pulledAtom : kAllPullAtomInfo) { in ClearPullerCacheIfNecessary() local
459 totalCleared += pulledAtom.second.puller->ClearCacheIfNecessary(timestampNs); in ClearPullerCacheIfNecessary()