Searched refs:getDimensionForCondition (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricProducer.cpp | 39 getDimensionForCondition(event.getValues(), link, &conditionKey[link.conditionId]); in onMatchedLogEventLocked()
|
D | DurationMetricProducer.cpp | 215 getDimensionForCondition(whatIt.first.getValues(), in onSlicedConditionMayChangeLocked_opt1() 231 getDimensionForCondition(whatIt.first.getValues(), in onSlicedConditionMayChangeLocked_opt1() 308 getDimensionForCondition(whatIt.first.getValues(), in onSlicedConditionMayChangeLocked_opt2() 404 getDimensionForCondition(whatIt.first.getValues(), link, in onSlicedConditionMayChangeLocked() 757 getDimensionForCondition(event.getValues(), link, &conditionKey[link.conditionId]); in onMatchedLogEventLocked()
|
/frameworks/base/cmds/statsd/benchmark/ |
D | get_dimensions_for_condition_benchmark.cpp | 62 getDimensionForCondition(event.getValues(), link, &output); in BM_GetDimensionInCondition()
|
/frameworks/base/cmds/statsd/src/ |
D | HashableDimensionKey.h | 144 void getDimensionForCondition(const std::vector<FieldValue>& eventValues,
|
D | HashableDimensionKey.cpp | 93 void getDimensionForCondition(const std::vector<FieldValue>& eventValues, in getDimensionForCondition() function
|