Home
last modified time | relevance | path

Searched refs:mAggregationType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
DDurationMetricProducer.cpp77 mAggregationType(metric.aggregation_type()), in DurationMetricProducer()
148 if (mAggregationType == DurationMetric_AggregationType_SUM) { in addAnomalyTracker()
194 switch (mAggregationType) { in createDurationTracker()
DDurationMetricProducer.h110 const DurationMetric_AggregationType mAggregationType; variable
DValueMetricProducer.cpp107 mAggregationType(metric.aggregation_type()), in ValueMetricProducer()
891 switch (mAggregationType) { in onMatchedLogEventInternalLocked()
1041 if (mAggregationType != ValueMetric::AVG) { in buildPartialBucket()
DValueMetricProducer.h243 const ValueMetric::AggregationType mAggregationType; variable