Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DDurationMetricProducer.cpp322 auto newEventKey = MetricDimensionKey(whatIt.first, trueDim); in onSlicedConditionMayChangeLocked_opt2() local
323 if (hitGuardRailLocked(newEventKey)) { in onSlicedConditionMayChangeLocked_opt2()
329 newTracker->setEventKey(newEventKey); in onSlicedConditionMayChangeLocked_opt2()
380 auto newEventKey = MetricDimensionKey(whatIt.first, conditionDimension); in onSlicedConditionMayChangeInternalLocked() local
381 if (hitGuardRailLocked(newEventKey)) { in onSlicedConditionMayChangeInternalLocked()
387 newTracker->setEventKey(MetricDimensionKey(newEventKey)); in onSlicedConditionMayChangeInternalLocked()
410 auto newEventKey = MetricDimensionKey(whatIt.first, conditionDimension); in onSlicedConditionMayChangeInternalLocked() local
411 if (hitGuardRailLocked(newEventKey)) { in onSlicedConditionMayChangeInternalLocked()
416 newTracker->setEventKey(newEventKey); in onSlicedConditionMayChangeInternalLocked()