Home
last modified time | relevance | path

Searched defs:pullTagId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/tests/external/
DStatsPuller_test.cpp39 int pullTagId = 10014; variable
/frameworks/base/cmds/statsd/src/metrics/
Dmetrics_manager_util.cpp484 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; in initMetrics() local
544 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; in initMetrics() local
DGaugeMetricProducer.cpp74 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int triggerAtomId, in GaugeMetricProducer()
DValueMetricProducer.cpp84 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int64_t timeBaseNs, in ValueMetricProducer()