Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DDurationMetricProducer.cpp199 const Predicate& durationWhat = config.predicate(what_it->second); in onConfigUpdatedLocked() local
200 if (durationWhat.contents_case() != Predicate::ContentsCase::kSimplePredicate) { in onConfigUpdatedLocked()
205 const SimplePredicate& simplePredicate = durationWhat.simple_predicate(); in onConfigUpdatedLocked()
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dmetrics_manager_util.cpp461 const Predicate& durationWhat = config.predicate(whatIndex); in createDurationMetricProducerAndUpdateMetadata() local
462 if (durationWhat.contents_case() != Predicate::ContentsCase::kSimplePredicate) { in createDurationMetricProducerAndUpdateMetadata()
467 const SimplePredicate& simplePredicate = durationWhat.simple_predicate(); in createDurationMetricProducerAndUpdateMetadata()