HomeSort by relevance Sort by last modified time
    Searched refs:detectAndDeclareAnomaly (Results 1 - 8 of 8) sorted by null

  /frameworks/base/cmds/statsd/src/metrics/duration_helper/
DurationTracker.h 155 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum,
159 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mEventKey,
OringDurationTracker.cpp 105 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket);
129 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket);
253 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket);
319 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket);
  /frameworks/base/cmds/statsd/src/anomaly/
AnomalyTracker.h 76 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
AnomalyTracker.cpp 238 void AnomalyTracker::detectAndDeclareAnomaly(const int64_t& timestampNs,
  /frameworks/base/cmds/statsd/src/metrics/
CountMetricProducer.cpp 294 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey,
ValueMetricProducer.cpp 430 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey, wholeBucketVal);
GaugeMetricProducer.cpp 454 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey,
  /frameworks/base/cmds/statsd/tests/anomaly/
AnomalyTracker_test.cpp 87 // Calls tracker.detectAndDeclareAnomaly on each key in the bucket.
93 tracker.detectAndDeclareAnomaly(eventTimestamp, bucketNum, kv.first, kv.second);

Completed in 86 milliseconds