Home
last modified time | relevance | path

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

/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()
DMetricProducer.cpp54 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap, in MetricProducer()
DValueMetricProducer.h104 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap; member
DCountMetricProducer.cpp81 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) in CountMetricProducer()
DDurationMetricProducer.cpp81 const unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) in DurationMetricProducer()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp292 unordered_map<int, unordered_map<int, int64_t>>& stateGroupMap) { in handleMetricWithStates()
546 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in createCountMetricProducerAndUpdateMetadata() local
714 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in createDurationMetricProducerAndUpdateMetadata() local
979 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in createNumericValueMetricProducerAndUpdateMetadata() local
1138 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in createKllMetricProducerAndUpdateMetadata() local
/packages/modules/StatsD/statsd/tests/metrics/
DKllMetricProducer_test.cpp116 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap = {},
DNumericValueMetricProducer_test.cpp124 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap, in createValueProducerWithState()
134 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap, in createValueProducerWithConditionAndState()
178 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap = {},
4301 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap; in TEST() local
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1465 unordered_map<int, unordered_map<int, int64_t>> stateGroupMap, in createNumericValueMetricProducer()