Home
last modified time | relevance | path

Searched refs:durationWhat (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DDurationMetricProducer.cpp213 const Predicate& durationWhat = config.predicate(what_it->second); in onConfigUpdatedLocked() local
214 if (durationWhat.contents_case() != Predicate::ContentsCase::kSimplePredicate) { in onConfigUpdatedLocked()
220 const SimplePredicate& simplePredicate = durationWhat.simple_predicate(); in onConfigUpdatedLocked()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp652 const Predicate& durationWhat = config.predicate(whatIndex); in createDurationMetricProducerAndUpdateMetadata() local
653 if (durationWhat.contents_case() != Predicate::ContentsCase::kSimplePredicate) { in createDurationMetricProducerAndUpdateMetadata()
660 const SimplePredicate& simplePredicate = durationWhat.simple_predicate(); in createDurationMetricProducerAndUpdateMetadata()