Home
last modified time | relevance | path

Searched refs:mEventKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DDurationTracker.h69 mEventKey(eventKey), in DurationTracker()
116 mEventKey = eventKey; in setEventKey()
131 anomalyTracker->startAlarm(mEventKey, alarmTimestampNs); in startAnomalyAlarm()
141 anomalyTracker->stopAlarm(mEventKey, timestamp); in stopAnomalyAlarm()
149 anomalyTracker->addPastBucket(mEventKey, bucketValue, bucketNum); in addPastBucketToAnomalyTrackers()
159 mEventKey, currentBucketValue); in detectAndDeclareAnomaly()
175 MetricDimensionKey mEventKey; variable
DOringDurationTracker.cpp167 (*output)[mEventKey].push_back(current_info); in flushCurrentBucket()
183 (*output)[mEventKey].push_back(info); in flushCurrentBucket()
239 conditionDimensionKeySet.find(mEventKey.getDimensionKeyInCondition()) == in onSlicedConditionMayChange()
274 conditionDimensionKeySet.find(mEventKey.getDimensionKeyInCondition()) != in onSlicedConditionMayChange()
341 int64_t pastNs = currentBucketPastNs + anomalyTracker.getSumOverPastBuckets(mEventKey); in predictAnomalyTimestampNs()
345 anomalyTracker.getRefractoryPeriodEndsSec(mEventKey) * NS_PER_SEC; in predictAnomalyTimestampNs()
359 mEventKey, in predictAnomalyTimestampNs()
397 mEventKey, in predictAnomalyTimestampNs()
DMaxDurationTracker.cpp224 (*output)[mEventKey].push_back(info); in flushCurrentBucket()
264 conditionDimensionKeySet.find(mEventKey.getDimensionKeyInCondition()) != in onSlicedConditionMayChange()
331 int64_t refractoryEndNs = anomalyTracker.getRefractoryPeriodEndsSec(mEventKey) * NS_PER_SEC; in predictAnomalyTimestampNs()