Searched refs:declareAnomaly (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/src/anomaly/ |
H A D | DurationAnomalyTracker.cpp | 68 declareAnomaly(timestampNs, mAlert.metric_id(), dimensionKey, in stopAlarm() 105 declareAnomaly( in informAlarmsFired()
|
H A D | AnomalyTracker.cpp | 209 void AnomalyTracker::declareAnomaly(const int64_t& timestampNs, int64_t metricId, in declareAnomaly() function in android::os::statsd::AnomalyTracker 245 declareAnomaly(timestampNs, metricId, key, currentBucketValue); in detectAndDeclareAnomaly()
|
H A D | AnomalyTracker.h | 72 void declareAnomaly(const int64_t& timestampNs, int64_t metricId, const MetricDimensionKey& key,
|