Searched refs:mAggregationType (Results 1 – 4 of 4) sorted by relevance
101 const DurationMetric_AggregationType mAggregationType; variable
74 mAggregationType(metric.aggregation_type()), in DurationMetricProducer()146 if (mAggregationType == DurationMetric_AggregationType_SUM) { in addAnomalyTracker()163 switch (mAggregationType) { in createDurationTracker()
97 mAggregationType(metric.aggregation_type()), in ValueMetricProducer()784 switch (mAggregationType) { in onMatchedLogEventInternalLocked()899 if (mAggregationType != ValueMetric::AVG) { in buildPartialBucket()
208 const ValueMetric::AggregationType mAggregationType; variable