Home
last modified time | relevance | path

Searched defs:pullSuccess (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/external/
H A DStatsCallbackPuller.cpp56 shared_ptr<bool> pullSuccess = make_shared<bool>(false); in PullInternal() local
H A DStatsPullerManager.cpp276 bool pullSuccess = PullLocked(pullInfo.first->atomTag, pullInfo.first->configKey, in OnAlarmFired() local
/aosp12/packages/modules/StatsD/statsd/tests/external/
H A DStatsPuller_test.cpp44 bool pullSuccess; variable
H A DStatsCallbackPuller_test.cpp54 bool pullSuccess; variable
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DGaugeMetricProducer.cpp474 bool pullSuccess, int64_t originalPullTimeNs) { in onDataPulled()
H A DValueMetricProducer.cpp625 bool pullSuccess, int64_t originalPullTimeNs) { in onDataPulled()