Home
last modified time | relevance | path

Searched defs:metricsWithActivation (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dmetrics_manager_util_test.cpp402 vector<int> metricsWithActivation; in TEST() local
455 vector<int> metricsWithActivation; in TEST() local
497 vector<int> metricsWithActivation; in TEST() local
532 vector<int> metricsWithActivation; in TEST() local
567 vector<int> metricsWithActivation; in TEST() local
601 vector<int> metricsWithActivation; in TEST() local
635 vector<int> metricsWithActivation; in TEST() local
670 vector<int> metricsWithActivation; in TEST() local
H A Dconfig_update_utils_test.cpp79 vector<int> metricsWithActivation; variable
1795 vector<int> metricsWithActivation; in TEST_F() local
2026 vector<int> metricsWithActivation; in TEST_F() local
2237 vector<int> metricsWithActivation; in TEST_F() local
2556 vector<int> metricsWithActivation; in TEST_F() local
2821 vector<int> metricsWithActivation; in TEST_F() local
2997 vector<int> metricsWithActivation; in TEST_F() local
3150 vector<int> metricsWithActivation; in TEST_F() local
3370 vector<int> metricsWithActivation; in TEST_F() local
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dmetrics_manager_util.cpp237 vector<int>& metricsWithActivation, in handleMetricActivation()
295 vector<int>& metricsWithActivation, in handleMetricActivationOnConfigUpdate()
366 vector<int>& metricsWithActivation) { in createCountMetricProducerAndUpdateMetadata()
448 vector<int>& metricsWithActivation) { in createDurationMetricProducerAndUpdateMetadata()
586 vector<int>& metricsWithActivation) { in createEventMetricProducerAndUpdateMetadata()
647 vector<int>& metricsWithActivation) { in createValueMetricProducerAndUpdateMetadata()
748 vector<int>& metricsWithActivation) { in createGaugeMetricProducerAndUpdateMetadata()
998 vector<int>& metricsWithActivation) { in initMetrics()
1205 vector<int>& metricsWithActivation, map<int64_t, uint64_t>& stateProtoHashes, in initStatsdConfig()
H A Dconfig_update_utils.cpp619 vector<int>& metricsWithActivation) { in updateMetric()
662 vector<int>& metricsWithActivation, set<int64_t>& replacedMetrics) { in updateMetrics()
1032 bool updateStatsdConfig(const ConfigKey& key, const StatsdConfig& config, const sp<UidMap>& uidMap, in updateStatsdConfig()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DEventMetricProducer.cpp100 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
H A DMetricProducer.cpp90 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
H A DCountMetricProducer.cpp143 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
H A DGaugeMetricProducer.cpp172 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
H A DMetricProducer.h173 std::vector<int>& metricsWithActivation) { in onConfigUpdated()
H A DDurationMetricProducer.cpp182 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
H A DValueMetricProducer.cpp206 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()