Home
last modified time | relevance | path

Searched refs:isInRefractoryPeriod (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/src/anomaly/
DAnomalyTracker.cpp209 if (isInRefractoryPeriod(timestampNs, key)) { in declareAnomaly()
253 bool AnomalyTracker::isInRefractoryPeriod(const int64_t timestampNs, in isInRefractoryPeriod() function in android::os::statsd::AnomalyTracker
DDurationAnomalyTracker.cpp42 if (isInRefractoryPeriod(timestampNs, dimensionKey)) { in startAlarm()
DAnomalyTracker.h204 bool isInRefractoryPeriod(int64_t timestampNs, const MetricDimensionKey& key) const;