Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/anomaly/
DDurationAnomalyTracker.h42 void stopAlarm(const MetricDimensionKey& dimensionKey, const int64_t& timestampNs);
DDurationAnomalyTracker.cpp59 void DurationAnomalyTracker::stopAlarm(const MetricDimensionKey& dimensionKey, in stopAlarm() function in android::os::statsd::DurationAnomalyTracker
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DDurationTracker.h141 anomalyTracker->stopAlarm(mEventKey, timestamp); in stopAnomalyAlarm()