Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp94 detectAndDeclareAnomaly( in noteStop()
123 detectAndDeclareAnomaly( in noteStopAll()
266 detectAndDeclareAnomaly( in onSlicedConditionMayChange()
328 detectAndDeclareAnomaly( in onConditionChanged()
DDurationTracker.h192 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() function
196 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mTrackerId, in detectAndDeclareAnomaly()
/packages/modules/StatsD/statsd/src/anomaly/
DAnomalyTracker.h79 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
DAnomalyTracker.cpp240 void AnomalyTracker::detectAndDeclareAnomaly(const int64_t& timestampNs, in detectAndDeclareAnomaly() function in android::os::statsd::AnomalyTracker
/packages/modules/StatsD/statsd/src/metrics/
DCountMetricProducer.cpp355 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, eventKey, in onMatchedLogEventInternalLocked()
DNumericValueMetricProducer.cpp499 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, eventKey, in aggregateFields()
DGaugeMetricProducer.cpp563 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, in onMatchedLogEventInternalLocked()
/packages/modules/StatsD/statsd/tests/anomaly/
DAnomalyTracker_test.cpp95 tracker.detectAndDeclareAnomaly(eventTimestamp, bucketNum, 0 /*metric_id*/, kv.first, in detectAndDeclareAnomalies()