Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dparsing_test_utils.h81 std::vector<int> metricsWithActivation; variable
Dconfig_update_utils_test.cpp83 vector<int> metricsWithActivation; variable
1977 vector<int> metricsWithActivation; in TEST_F() local
2211 vector<int> metricsWithActivation; in TEST_F() local
2425 vector<int> metricsWithActivation; in TEST_F() local
2749 vector<int> metricsWithActivation; in TEST_F() local
3018 vector<int> metricsWithActivation; in TEST_F() local
3236 vector<int> metricsWithActivation; in TEST_F() local
3410 vector<int> metricsWithActivation; in TEST_F() local
3573 vector<int> metricsWithActivation; in TEST_F() local
3804 vector<int> metricsWithActivation; in TEST_F() local
[all …]
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp390 vector<int>& metricsWithActivation, in handleMetricActivation()
452 vector<int>& metricsWithActivation, in handleMetricActivationOnConfigUpdate()
531 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason, in createCountMetricProducerAndUpdateMetadata()
657 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason, in createDurationMetricProducerAndUpdateMetadata()
848 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason, in createEventMetricProducerAndUpdateMetadata()
1005 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason, in createNumericValueMetricProducerAndUpdateMetadata()
1239 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason, in createKllMetricProducerAndUpdateMetadata()
1404 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason, in createGaugeMetricProducerAndUpdateMetadata()
1768 vector<int>& metricsWithActivation, in initMetrics()
2004 unordered_map<int64_t, int>& alertTrackerMap, vector<int>& metricsWithActivation, in initStatsdConfig()
Dconfig_update_utils.cpp695 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason) { in updateMetric()
740 vector<int>& metricsWithActivation, set<int64_t>& replacedMetrics) { in updateMetrics()
1199 optional<InvalidConfigReason> updateStatsdConfig( in updateStatsdConfig()
/packages/modules/StatsD/statsd/src/metrics/
DEventMetricProducer.cpp121 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DMetricProducer.cpp98 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DCountMetricProducer.cpp154 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DValueMetricProducer.cpp196 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DGaugeMetricProducer.cpp185 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DMetricProducer.h170 std::vector<int>& metricsWithActivation) { in onConfigUpdated()
DDurationMetricProducer.cpp195 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()