Home
last modified time | relevance | path

Searched refs:outputKey (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp186 void SimpleConditionTracker::handleConditionEvent(const HashableDimensionKey& outputKey, in handleConditionEvent() argument
190 auto outputIt = mSlicedConditionState.find(outputKey); in handleConditionEvent()
192 if (hitGuardRail(outputKey)) { in handleConditionEvent()
202 mSlicedConditionState[outputKey] = 1; in handleConditionEvent()
204 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()
208 mSlicedConditionState[outputKey] = 0; in handleConditionEvent()
209 mLastChangedToFalseDimensions.insert(outputKey); in handleConditionEvent()
219 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()
243 mLastChangedToFalseDimensions.insert(outputKey); in handleConditionEvent()
251 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent()
DSimpleConditionTracker.h129 void handleConditionEvent(const HashableDimensionKey& outputKey, bool matchStart,