Home
last modified time | relevance | path

Searched refs:mSliced (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/src/condition/
DConditionTracker.h40 mSliced(false), in ConditionTracker()
118 mSliced = mSliced | sliced; in setSliced()
122 return mSliced; in isSliced()
175 bool mSliced; variable
DSimpleConditionTracker.cpp44 mSliced = true; in SimpleConditionTracker()
69 if (mSliced) { in init()
72 isConditionMet(conditionKey, allConditionTrackers, mSliced, conditionCache); in init()
166 if (!mSliced || mSlicedConditionState.find(newKey) != mSlicedConditionState.end()) { in hitGuardRail()
303 if (mSliced) { in evaluateCondition()
368 if (!mSliced) { in isConditionMet()
DSimpleConditionTracker.h61 if (mSliced) { in getChangedToTrueDimensions()
70 if (mSliced) { in getChangedToFalseDimensions()
DCombinationConditionTracker.cpp206 if (!mSliced) { in evaluateCondition()