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, 76 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
|
D | AnomalyTracker.cpp | 239 const int64_t& currBucketNum, in detectAndDeclareAnomaly() argument 242 if (detectAnomaly(currBucketNum, key, currentBucketValue)) { in detectAndDeclareAnomaly()
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | DurationTracker.h | 155 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() argument 159 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mEventKey, in detectAndDeclareAnomaly()
|