Home
last modified time | relevance | path

Searched refs:detectAndDeclareAnomaly (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp105 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket); in noteStop()
129 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket); in noteStopAll()
253 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket); in onSlicedConditionMayChange()
319 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket); in onConditionChanged()
DDurationTracker.h155 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() function
159 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mEventKey, in detectAndDeclareAnomaly()
/frameworks/base/cmds/statsd/src/anomaly/
DAnomalyTracker.h76 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
DAnomalyTracker.cpp238 void AnomalyTracker::detectAndDeclareAnomaly(const int64_t& timestampNs, in detectAndDeclareAnomaly() function in android::os::statsd::AnomalyTracker
/frameworks/base/cmds/statsd/src/metrics/
DCountMetricProducer.cpp294 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey, in onMatchedLogEventInternalLocked()
DValueMetricProducer.cpp430 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey, wholeBucketVal); in onMatchedLogEventInternalLocked()
DGaugeMetricProducer.cpp454 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey, in onMatchedLogEventInternalLocked()
/frameworks/base/cmds/statsd/tests/anomaly/
DAnomalyTracker_test.cpp93 tracker.detectAndDeclareAnomaly(eventTimestamp, bucketNum, kv.first, kv.second); in detectAndDeclareAnomalies()