Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/StatsD/statsd/tests/metrics/
DKllMetricProducer_test.cpp133 const bool shouldUseNestedDimensions = local
154 {containsAnyPositionInDimensionsInWhat, shouldUseNestedDimensions,
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp1145 const bool shouldUseNestedDimensions = ShouldUseNestedDimensions(metric.dimensions_in_what()); in createNumericValueMetricProducerAndUpdateMetadata() local
1164 {containsAnyPositionInDimensionsInWhat, shouldUseNestedDimensions, trackerIndex, in createNumericValueMetricProducerAndUpdateMetadata()
1312 const bool shouldUseNestedDimensions = ShouldUseNestedDimensions(metric.dimensions_in_what()); in createKllMetricProducerAndUpdateMetadata() local
1326 shouldUseNestedDimensions, in createKllMetricProducerAndUpdateMetadata()
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.h86 const bool shouldUseNestedDimensions; member
DValueMetricProducer.cpp108 mShouldUseNestedDimensions = whatOptions.shouldUseNestedDimensions; in ValueMetricProducer()
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1541 const bool shouldUseNestedDimensions = ShouldUseNestedDimensions(metric.dimensions_in_what()); in createNumericValueMetricProducer() local
1582 {containsAnyPositionInDimensionsInWhat, shouldUseNestedDimensions, logEventMatcherIndex, in createNumericValueMetricProducer()