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()
120 mSliced = mSliced | sliced; in setSliced()
124 return mSliced; in isSliced()
177 bool mSliced; variable
DSimpleConditionTracker.cpp44 mSliced = true; in SimpleConditionTracker()
51 : mSliced ? ConditionState::kFalse : ConditionState::kUnknown; in SimpleConditionTracker()
67 if (mSliced) { in init()
70 isConditionMet(conditionKey, allConditionTrackers, mSliced, conditionCache); in init()
168 if (!mSliced || mSlicedConditionState.find(newKey) != mSlicedConditionState.end()) { in hitGuardRail()
304 if (mSliced) { in evaluateCondition()
369 if (!mSliced) { in isConditionMet()
DSimpleConditionTracker.h63 if (mSliced) { in getChangedToTrueDimensions()
72 if (mSliced) { in getChangedToFalseDimensions()
DCombinationConditionTracker.cpp223 if (!mSliced) { in evaluateCondition()