Searched refs:declareAnomaly (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/statsd/src/anomaly/ |
D | DurationAnomalyTracker.cpp | 68 declareAnomaly(timestampNs, mAlert.metric_id(), dimensionKey, in stopAlarm() 105 declareAnomaly( in informAlarmsFired()
|
D | AnomalyTracker.cpp | 210 void AnomalyTracker::declareAnomaly(const int64_t& timestampNs, int64_t metricId, in declareAnomaly() function in android::os::statsd::AnomalyTracker 246 declareAnomaly(timestampNs, metricId, key, currentBucketValue); in detectAndDeclareAnomaly()
|
D | AnomalyTracker.h | 70 void declareAnomaly(const int64_t& timestampNs, int64_t metricId, const MetricDimensionKey& key,
|