/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
H A D | metrics_manager_util.cpp | 237 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 D | metrics_manager_util.h | 92 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 D | config_update_utils.cpp | 619 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 D | config_update_utils.h | 188 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 D | metrics_manager_util_test.cpp | 402 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 D | config_update_utils_test.cpp | 79 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 D | EventMetricProducer.cpp | 100 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument 106 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
|
H A D | MetricProducer.h | 173 std::vector<int>& metricsWithActivation) { in onConfigUpdated() argument 180 deactivationAtomTrackerToMetricMap, metricsWithActivation); in onConfigUpdated() 255 std::vector<int>& metricsWithActivation);
|
H A D | MetricProducer.cpp | 90 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument 99 deactivationAtomTrackerToMetricMap, metricsWithActivation, newEventActivationMap, in onConfigUpdatedLocked()
|
H A D | EventMetricProducer.h | 86 std::vector<int>& metricsWithActivation) override;
|
H A D | CountMetricProducer.h | 114 std::vector<int>& metricsWithActivation) override;
|
H A D | CountMetricProducer.cpp | 143 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument 149 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
|
H A D | DurationMetricProducer.h | 140 std::vector<int>& metricsWithActivation) override;
|
H A D | GaugeMetricProducer.h | 159 std::vector<int>& metricsWithActivation) override;
|
H A D | GaugeMetricProducer.cpp | 172 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument 178 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
|
H A D | DurationMetricProducer.cpp | 182 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument 188 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
|
H A D | ValueMetricProducer.h | 172 std::vector<int>& metricsWithActivation) override;
|
H A D | ValueMetricProducer.cpp | 206 vector<int>& metricsWithActivation) { in onConfigUpdatedLocked() argument 212 deactivationAtomTrackerToMetricMap, metricsWithActivation)) { in onConfigUpdatedLocked()
|