Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/anomaly/
H A DAnomalyTracker.h68 bool detectAnomaly(const int64_t& currBucketNum, const MetricDimensionKey& key,
79 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
H A DAnomalyTracker.cpp241 const int64_t& currBucketNum, int64_t metricId, in detectAndDeclareAnomaly() argument
244 if (detectAnomaly(currBucketNum, key, currentBucketValue)) { in detectAndDeclareAnomaly()
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DDurationTracker.h192 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() argument
196 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mTrackerId, in detectAndDeclareAnomaly()