Home
last modified time | relevance | path

Searched refs:metricsWithActivation (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dmetrics_manager_util.cpp237 vector<int>& metricsWithActivation, in handleMetricActivation() argument
295 vector<int>& metricsWithActivation, in handleMetricActivationOnConfigUpdate() argument
366 vector<int>& metricsWithActivation) { in createCountMetricProducerAndUpdateMetadata() argument
448 vector<int>& metricsWithActivation) { in createDurationMetricProducerAndUpdateMetadata() argument
586 vector<int>& metricsWithActivation) { in createEventMetricProducerAndUpdateMetadata() argument
647 vector<int>& metricsWithActivation) { in createValueMetricProducerAndUpdateMetadata() argument
748 vector<int>& metricsWithActivation) { in createGaugeMetricProducerAndUpdateMetadata() argument
1031 metricsWithActivation); in initMetrics()
1050 metricsWithActivation); in initMetrics()
1085 metricsWithActivation); in initMetrics()
[all …]
H A Dmetrics_manager_util.h92 std::vector<int>& metricsWithActivation,
113 std::vector<int>& metricsWithActivation);
132 std::vector<int>& metricsWithActivation);
149 std::vector<int>& metricsWithActivation);
170 std::vector<int>& metricsWithActivation);
189 std::vector<int>& metricsWithActivation);
308 std::vector<int>& metricsWithActivation);
337 std::vector<int>& metricsWithActivation,
H A Dconfig_update_utils.cpp619 vector<int>& metricsWithActivation) { in updateMetric() argument
704 deactivationAtomTrackerToMetricMap, metricsWithActivation); in updateMetrics()
717 deactivationAtomTrackerToMetricMap, metricsWithActivation); in updateMetrics()
743 deactivationAtomTrackerToMetricMap, metricsWithActivation); in updateMetrics()
756 deactivationAtomTrackerToMetricMap, metricsWithActivation); in updateMetrics()
782 deactivationAtomTrackerToMetricMap, metricsWithActivation); in updateMetrics()
794 deactivationAtomTrackerToMetricMap, metricsWithActivation); in updateMetrics()
821 deactivationAtomTrackerToMetricMap, metricsWithActivation); in updateMetrics()
834 deactivationAtomTrackerToMetricMap, metricsWithActivation); in updateMetrics()
874 metricsWithActivation); in updateMetrics()
[all …]
H A Dconfig_update_utils.h188 std::vector<int>& metricsWithActivation, std::set<int64_t>& replacedMetrics);
261 std::vector<int>& metricsWithActivation,
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dmetrics_manager_util_test.cpp402 vector<int> metricsWithActivation; in TEST() local
412 deactivationAtomTrackerToMetricMap, alertTrackerMap, metricsWithActivation, in TEST()
455 vector<int> metricsWithActivation; in TEST() local
465 deactivationAtomTrackerToMetricMap, alertTrackerMap, metricsWithActivation, in TEST()
497 vector<int> metricsWithActivation; in TEST() local
507 deactivationAtomTrackerToMetricMap, alertTrackerMap, metricsWithActivation, in TEST()
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
[all …]
H A Dconfig_update_utils_test.cpp79 vector<int> metricsWithActivation; variable
104 metricsWithActivation.clear(); in SetUp()
1795 vector<int> metricsWithActivation; in TEST_F() local
1850 ASSERT_EQ(metricsWithActivation.size(), 2); in TEST_F()
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
[all …]
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DEventMetricProducer.cpp100 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument
106 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
H A DMetricProducer.h173 std::vector<int>& metricsWithActivation) { in onConfigUpdated() argument
180 deactivationAtomTrackerToMetricMap, metricsWithActivation); in onConfigUpdated()
255 std::vector<int>& metricsWithActivation);
H A DMetricProducer.cpp90 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument
99 deactivationAtomTrackerToMetricMap, metricsWithActivation, newEventActivationMap, in onConfigUpdatedLocked()
H A DEventMetricProducer.h86 std::vector<int>& metricsWithActivation) override;
H A DCountMetricProducer.h114 std::vector<int>& metricsWithActivation) override;
H A DCountMetricProducer.cpp143 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument
149 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
H A DDurationMetricProducer.h140 std::vector<int>& metricsWithActivation) override;
H A DGaugeMetricProducer.h159 std::vector<int>& metricsWithActivation) override;
H A DGaugeMetricProducer.cpp172 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument
178 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
H A DDurationMetricProducer.cpp182 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument
188 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
H A DValueMetricProducer.h172 std::vector<int>& metricsWithActivation) override;
H A DValueMetricProducer.cpp206 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument
212 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()