Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/anomaly/
DAnomalyTracker.cpp214 if (isInRefractoryPeriod(timestampNs, key)) { in declareAnomaly()
250 bool AnomalyTracker::isInRefractoryPeriod(const int64_t& timestampNs, in isInRefractoryPeriod() function in android::os::statsd::AnomalyTracker
DDurationAnomalyTracker.cpp42 if (isInRefractoryPeriod(timestampNs, dimensionKey)) { in startAlarm()
DAnomalyTracker.h171 bool isInRefractoryPeriod(const int64_t& timestampNs, const MetricDimensionKey& key) const;