Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
DConfigurationTest.java253 final int pulledAtom = 10022; in testOnePulledTwoPushed() local
254 assertTrue(TestDrive.Configuration.isPulledAtom(pulledAtom)); in testOnePulledTwoPushed()
255 mConfiguration.addAtom(pulledAtom, null); in testOnePulledTwoPushed()
321 assertEquals(pulledAtom, findAndRemoveAtomMatcherById(atomMatchers, gaugeMetric.getWhat()) in testOnePulledTwoPushed()
342 final int pulledAtom = 10022; in testOnePulledTwoPushedTogether() local
343 assertTrue(TestDrive.Configuration.isPulledAtom(pulledAtom)); in testOnePulledTwoPushedTogether()
344 mConfiguration.addAtom(pulledAtom, null); in testOnePulledTwoPushedTogether()
414 assertEquals(pulledAtom, findAndRemoveAtomMatcherById(atomMatchers, gaugeMetric.getWhat()) in testOnePulledTwoPushedTogether()
/packages/modules/StatsD/statsd/src/external/
DStatsPullerManager.cpp144 for (const auto& pulledAtom : kAllPullAtomInfo) { in SetStatsCompanionService() local
145 pulledAtom.second->SetStatsCompanionService(statsCompanionService); in SetStatsCompanionService()
303 for (const auto& pulledAtom : kAllPullAtomInfo) { in ForceClearPullerCache() local
304 totalCleared += pulledAtom.second->ForceClearCache(); in ForceClearPullerCache()
313 for (const auto& pulledAtom : kAllPullAtomInfo) { in ClearPullerCacheIfNecessary() local
314 totalCleared += pulledAtom.second->ClearCacheIfNecessary(timestampNs); in ClearPullerCacheIfNecessary()