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.h70 mEventKey(eventKey), in DurationTracker()
117 mEventKey = eventKey; in setEventKey()
132 anomalyTracker->startAlarm(mEventKey, alarmTimestampNs); in startAnomalyAlarm()
142 anomalyTracker->stopAlarm(mEventKey, timestamp); in stopAnomalyAlarm()
150 anomalyTracker->addPastBucket(mEventKey, bucketValue, bucketNum); in addPastBucketToAnomalyTrackers()
159 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mEventKey, in detectAndDeclareAnomaly()
176 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()
342 int64_t pastNs = currentBucketPastNs + anomalyTracker.getSumOverPastBuckets(mEventKey); in predictAnomalyTimestampNs()
346 anomalyTracker.getRefractoryPeriodEndsSec(mEventKey) * NS_PER_SEC; in predictAnomalyTimestampNs()
360 mEventKey, in predictAnomalyTimestampNs()
398 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()