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.h154 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() function
158 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mTrackerId, in detectAndDeclareAnomaly()
/frameworks/base/cmds/statsd/src/anomaly/
DAnomalyTracker.h75 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
DAnomalyTracker.cpp242 void AnomalyTracker::detectAndDeclareAnomaly(const int64_t& timestampNs, in detectAndDeclareAnomaly() function in android::os::statsd::AnomalyTracker
/frameworks/base/cmds/statsd/src/metrics/
DCountMetricProducer.cpp306 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, eventKey, in onMatchedLogEventInternalLocked()
DGaugeMetricProducer.cpp505 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, in onMatchedLogEventInternalLocked()
DValueMetricProducer.cpp815 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, eventKey, in onMatchedLogEventInternalLocked()
/frameworks/base/cmds/statsd/tests/anomaly/
DAnomalyTracker_test.cpp93 tracker.detectAndDeclareAnomaly(eventTimestamp, bucketNum, 0 /*metric_id*/, kv.first, in detectAndDeclareAnomalies()