Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DNumericValueMetricProducer.cpp73 mAggregationType(metric.aggregation_type()), in NumericValueMetricProducer()
468 switch (mAggregationType) { in aggregateFields()
651 if (mAggregationType != ValueMetric::AVG) { in getFinalValue()
DDurationMetricProducer.cpp81 mAggregationType(metric.aggregation_type()), in DurationMetricProducer()
268 if (mAggregationType == DurationMetric_AggregationType_SUM) { in addAnomalyTracker()
330 switch (mAggregationType) { in createDurationTracker()
DDurationMetricProducer.h145 const DurationMetric_AggregationType mAggregationType; variable
DNumericValueMetricProducer.h142 const ValueMetric::AggregationType mAggregationType; variable