Home
last modified time | relevance | path

Searched refs:hitGuardRail (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp40 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey, in hitGuardRail() function in android::os::statsd::MaxDurationTracker
69 if (hitGuardRail(key, dimensionHardLimit)) { in noteStart()
DMaxDurationTracker.h83 bool hitGuardRail(const HashableDimensionKey& newKey, size_t dimensionHardLimit) const;
DOringDurationTracker.h84 bool hitGuardRail(const HashableDimensionKey& newKey, size_t dimensionHardLimit) const;
DOringDurationTracker.cpp43 bool OringDurationTracker::hitGuardRail(const HashableDimensionKey& newKey, in hitGuardRail() function in android::os::statsd::OringDurationTracker
70 if (hitGuardRail(key, dimensionHardLimit)) { in noteStart()
/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp167 bool SimpleConditionTracker::hitGuardRail(const HashableDimensionKey& newKey) const { in hitGuardRail() function in android::os::statsd::SimpleConditionTracker
192 if (hitGuardRail(outputKey)) { in handleConditionEvent()
DSimpleConditionTracker.h132 bool hitGuardRail(const HashableDimensionKey& newKey) const;