Searched refs:currBucketNum (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/statsd/src/anomaly/ |
D | AnomalyTracker.h | 66 bool detectAnomaly(const int64_t& currBucketNum, const MetricDimensionKey& key, 77 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
|
D | AnomalyTracker.cpp | 242 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/ |
D | DurationTracker.h | 154 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() argument 158 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mTrackerId, in detectAndDeclareAnomaly()
|