Home
last modified time | relevance | path

Searched defs:stateGroupMap (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp295 unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) { in handleMetricWithStates()
565 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in createCountMetricProducerAndUpdateMetadata() local
737 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in createDurationMetricProducerAndUpdateMetadata() local
1095 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in createNumericValueMetricProducerAndUpdateMetadata() local
1262 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in createKllMetricProducerAndUpdateMetadata() local
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DRestrictedEventMetricProducer.cpp42 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) in RestrictedEventMetricProducer()
DEventMetricProducer.cpp70 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) in EventMetricProducer()
DValueMetricProducer.h105 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap; member
DMetricProducer.cpp54 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap, in MetricProducer()
DCountMetricProducer.cpp82 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) in CountMetricProducer()
DDurationMetricProducer.cpp82 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) in DurationMetricProducer()
/aosp_15_r20/packages/modules/StatsD/statsd/tests/metrics/
DKllMetricProducer_test.cpp125 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap = {},
DNumericValueMetricProducer_test.cpp134 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap, in createValueProducerWithState()
144 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap, in createValueProducerWithConditionAndState()
188 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap = {},
4234 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in TEST() local
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1526 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap, in createNumericValueMetricProducer()