Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp138 for (const auto& key : mLastChangedToTrueDimensions) { in dumpState()
204 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()
219 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()
279 mLastChangedToTrueDimensions.clear(); in evaluateCondition()
DSimpleConditionTracker.h64 return &mLastChangedToTrueDimensions; in getChangedToTrueDimensions()
118 std::set<HashableDimensionKey> mLastChangedToTrueDimensions; variable