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.cpp485 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; in initMetrics() local
545 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; in initMetrics() local
DGaugeMetricProducer.cpp72 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int triggerAtomId, in GaugeMetricProducer()
DValueMetricProducer.cpp79 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int64_t timeBaseNs, in ValueMetricProducer()