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,
76 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
DAnomalyTracker.cpp239 const int64_t& currBucketNum, in detectAndDeclareAnomaly() argument
242 if (detectAnomaly(currBucketNum, key, currentBucketValue)) { in detectAndDeclareAnomaly()
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DDurationTracker.h155 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() argument
159 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mEventKey, in detectAndDeclareAnomaly()