Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/external/
H A DStatsPuller_test.cpp42 int pullTagId = 10014; variable
H A DStatsCallbackPuller_test.cpp53 int pullTagId = -12; variable
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DGaugeMetricProducer.cpp77 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int triggerAtomId, in GaugeMetricProducer()
H A DValueMetricProducer.cpp86 const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs, in ValueMetricProducer()
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dmetrics_manager_util.cpp677 int pullTagId = pullerManager->PullerForMatcherExists(atomTagId) ? atomTagId : -1; in createValueMetricProducerAndUpdateMetadata() local
781 int pullTagId = pullerManager->PullerForMatcherExists(atomTagId) ? atomTagId : -1; in createGaugeMetricProducerAndUpdateMetadata() local