Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/anomaly/
DAnomalyTracker.h66 bool detectAnomaly(const int64_t& currBucketNum, const MetricDimensionKey& key,
77 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
DAnomalyTracker.cpp242 const int64_t& currBucketNum, int64_t metricId, in detectAndDeclareAnomaly() argument
245 if (detectAnomaly(currBucketNum, key, currentBucketValue)) { in detectAndDeclareAnomaly()
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DDurationTracker.h154 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() argument
158 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mTrackerId, in detectAndDeclareAnomaly()