Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp300 vector<int>& metricsWithActivation, in handleMetricActivation()
362 vector<int>& metricsWithActivation, in handleMetricActivationOnConfigUpdate()
441 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason) { in createCountMetricProducerAndUpdateMetadata()
562 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason) { in createDurationMetricProducerAndUpdateMetadata()
745 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason) { in createEventMetricProducerAndUpdateMetadata()
819 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason) { in createNumericValueMetricProducerAndUpdateMetadata()
978 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason) { in createKllMetricProducerAndUpdateMetadata()
1127 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason) { in createGaugeMetricProducerAndUpdateMetadata()
1440 vector<int>& metricsWithActivation) { in initMetrics()
1674 unordered_map<int64_t, int>& alertTrackerMap, vector<int>& metricsWithActivation, in initStatsdConfig()
Dconfig_update_utils.cpp694 vector<int>& metricsWithActivation, optional<InvalidConfigReason>& invalidConfigReason) { in updateMetric()
738 vector<int>& metricsWithActivation, set<int64_t>& replacedMetrics) { in updateMetrics()
1196 optional<InvalidConfigReason> updateStatsdConfig( in updateStatsdConfig()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp80 vector<int> metricsWithActivation; variable
1958 vector<int> metricsWithActivation; in TEST_F() local
2191 vector<int> metricsWithActivation; in TEST_F() local
2404 vector<int> metricsWithActivation; in TEST_F() local
2727 vector<int> metricsWithActivation; in TEST_F() local
2995 vector<int> metricsWithActivation; in TEST_F() local
3212 vector<int> metricsWithActivation; in TEST_F() local
3385 vector<int> metricsWithActivation; in TEST_F() local
3547 vector<int> metricsWithActivation; in TEST_F() local
3777 vector<int> metricsWithActivation; in TEST_F() local
[all …]
Dmetrics_manager_util_test.cpp76 vector<int> metricsWithActivation; variable
/packages/modules/StatsD/statsd/src/metrics/
DEventMetricProducer.cpp102 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DMetricProducer.cpp97 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DCountMetricProducer.cpp147 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DGaugeMetricProducer.cpp167 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DValueMetricProducer.cpp189 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DDurationMetricProducer.cpp189 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked()
DMetricProducer.h195 std::vector<int>& metricsWithActivation) { in onConfigUpdated()