HomeSort by relevance Sort by last modified time
    Searched refs:mRefractoryPeriodEndsSec (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/statsd/src/anomaly/
AnomalyTracker.h 99 const auto& it = mRefractoryPeriodEndsSec.find(key);
100 return it != mRefractoryPeriodEndsSec.end() ? it->second : 0;
151 unordered_map<MetricDimensionKey, uint32_t> mRefractoryPeriodEndsSec;
AnomalyTracker.cpp 217 mRefractoryPeriodEndsSec[key] = ((timestampNs + NS_PER_SEC - 1) / NS_PER_SEC) // round up
249 const auto& it = mRefractoryPeriodEndsSec.find(key);
250 if (it != mRefractoryPeriodEndsSec.end()) {

Completed in 128 milliseconds