Home
last modified time | relevance | path

Searched refs:PullerForMatcherExists (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/external/
H A DStatsPullerManager.h89 bool PullerForMatcherExists(int tagId) const;
H A DStatsPullerManager.cpp147 bool StatsPullerManager::PullerForMatcherExists(int tagId) const { in PullerForMatcherExists() function in android::os::statsd::StatsPullerManager
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dmetrics_manager_util.cpp677 int pullTagId = pullerManager->PullerForMatcherExists(atomTagId) ? atomTagId : -1; in createValueMetricProducerAndUpdateMetadata()
781 int pullTagId = pullerManager->PullerForMatcherExists(atomTagId) ? atomTagId : -1; in createGaugeMetricProducerAndUpdateMetadata()