Searched defs:currentBucketValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/anomaly/
H A DAnomalyTracker.cpp200 const int64_t& currentBucketValue) {
207 getSumOverPastBuckets(key) + currentBucketValue > mAlert.trigger_if_sum_gt();
241 const int64_t& currentBucketValue) {
242 if (detectAnomaly(currBucketNum, key, currentBucketValue)) {
198 detectAnomaly(const int64_t& currentBucketNum, const MetricDimensionKey& key, const int64_t& currentBucketValue) argument
238 detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum, const MetricDimensionKey& key, const int64_t& currentBucketValue) argument
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
H A DDurationTracker.h156 const int64_t& currentBucketValue) {
160 currentBucketValue);
155 detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, const int64_t& currentBucketValue) argument

Completed in 61 milliseconds