Searched refs:detectAndDeclareAnomaly (Results 1 – 8 of 8) sorted by relevance
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.cpp | 94 detectAndDeclareAnomaly( in noteStop() 123 detectAndDeclareAnomaly( in noteStopAll() 266 detectAndDeclareAnomaly( in onSlicedConditionMayChange() 328 detectAndDeclareAnomaly( in onConditionChanged()
|
D | DurationTracker.h | 192 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/ |
D | AnomalyTracker.h | 79 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
|
D | AnomalyTracker.cpp | 240 void AnomalyTracker::detectAndDeclareAnomaly(const int64_t& timestampNs, in detectAndDeclareAnomaly() function in android::os::statsd::AnomalyTracker
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | CountMetricProducer.cpp | 355 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, eventKey, in onMatchedLogEventInternalLocked()
|
D | NumericValueMetricProducer.cpp | 499 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, eventKey, in aggregateFields()
|
D | GaugeMetricProducer.cpp | 563 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, in onMatchedLogEventInternalLocked()
|
/packages/modules/StatsD/statsd/tests/anomaly/ |
D | AnomalyTracker_test.cpp | 95 tracker.detectAndDeclareAnomaly(eventTimestamp, bucketNum, 0 /*metric_id*/, kv.first, in detectAndDeclareAnomalies()
|