/packages/modules/StatsD/statsd/src/matchers/ |
D | EventMatcherWizard.h | 30 class EventMatcherWizard : public virtual RefBase { 32 EventMatcherWizard(){}; // for testing in EventMatcherWizard() function 33 EventMatcherWizard(const std::vector<sp<AtomMatchingTracker>>& eventTrackers) in EventMatcherWizard() function 38 virtual ~EventMatcherWizard(){}; in ~EventMatcherWizard()
|
D | EventMatcherWizard.cpp | 22 MatchLogEventResult EventMatcherWizard::matchLogEvent(const LogEvent& event, int matcherIndex) { in matchLogEvent()
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | GaugeMetricProducer_test.cpp | 97 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 129 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 231 sp<EventMatcherWizard> eventMatcherWizard = in TEST_P() 315 sp<EventMatcherWizard> eventMatcherWizard = in TEST_P() 393 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 442 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 519 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 592 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 675 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 739 sp<EventMatcherWizard> eventMatcherWizard = in TEST() [all …]
|
D | NumericValueMetricProducer_test.cpp | 167 const sp<EventMatcherWizard>& eventMatcherWizard, const int pullAtomId = tagId) { in createValueProducerWithEventMatcherWizard() 181 sp<EventMatcherWizard> eventMatcherWizard = nullptr) { 253 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 278 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 422 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 664 sp<EventMatcherWizard> eventMatcherWizard = in TEST_P() 721 sp<EventMatcherWizard> eventMatcherWizard = in TEST_P() 776 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 850 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 906 sp<EventMatcherWizard> eventMatcherWizard = in TEST() [all …]
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | GaugeMetricProducer.h | 66 const int whatMatcherIndex, const sp<EventMatcherWizard>& matcherWizard, 162 const sp<EventMatcherWizard>& matcherWizard, 180 sp<EventMatcherWizard> mEventMatcherWizard;
|
D | ValueMetricProducer.h | 88 const sp<EventMatcherWizard>& matcherWizard; 224 const sp<EventMatcherWizard>& matcherWizard, 252 sp<EventMatcherWizard> mEventMatcherWizard;
|
D | EventMetricProducer.h | 79 const sp<EventMatcherWizard>& matcherWizard,
|
D | GaugeMetricProducer.cpp | 81 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int triggerAtomId, in GaugeMetricProducer() 166 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked() 215 sp<EventMatcherWizard> tmpEventWizard = mEventMatcherWizard; in onConfigUpdatedLocked()
|
D | CountMetricProducer.h | 112 const sp<EventMatcherWizard>& matcherWizard,
|
D | DurationMetricProducer.h | 128 const sp<EventMatcherWizard>& matcherWizard,
|
D | MetricProducer.h | 161 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdated() 257 const sp<EventMatcherWizard>& matcherWizard,
|
D | EventMetricProducer.cpp | 99 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
|
D | ValueMetricProducer.cpp | 186 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked() 223 sp<EventMatcherWizard> tmpEventWizard = mEventMatcherWizard; in onConfigUpdatedLocked()
|
D | MetricProducer.cpp | 90 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
|
D | CountMetricProducer.cpp | 145 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
|
D | DurationMetricProducer.cpp | 186 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
|
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
D | metrics_manager_util.h | 167 const sp<EventMatcherWizard>& matcherWizard, 189 const sp<EventMatcherWizard>& matcherWizard, 209 const sp<EventMatcherWizard>& matcherWizard,
|
D | metrics_manager_util.cpp | 891 const sp<EventMatcherWizard>& matcherWizard, in createNumericValueMetricProducerAndUpdateMetadata() 1075 const sp<EventMatcherWizard>& matcherWizard, in createKllMetricProducerAndUpdateMetadata() 1235 const sp<EventMatcherWizard>& matcherWizard, in createGaugeMetricProducerAndUpdateMetadata() 1593 sp<EventMatcherWizard> matcherWizard = new EventMatcherWizard(allAtomMatchingTrackers); in initMetrics()
|
D | config_update_utils.cpp | 685 const sp<EventMatcherWizard>& matcherWizard, in updateMetric() 742 sp<EventMatcherWizard> matcherWizard = new EventMatcherWizard(allAtomMatchingTrackers); in updateMetrics()
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.h | 593 sp<EventMatcherWizard> eventMatcherWizard = nullptr); 603 sp<EventMatcherWizard> createEventMatcherWizard(
|
D | statsd_test_util.cpp | 1466 sp<EventMatcherWizard> eventMatcherWizard) { in createNumericValueMetricProducer() 1564 sp<EventMatcherWizard> createEventMatcherWizard( in createEventMatcherWizard() 1574 return new EventMatcherWizard( in createEventMatcherWizard()
|
/packages/modules/StatsD/statsd/ |
D | Android.bp | 88 "src/matchers/EventMatcherWizard.cpp",
|
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/ |
D | config_update_utils_test.cpp | 2363 sp<EventMatcherWizard> oldMatcherWizard = in TEST_F() 2513 sp<EventMatcherWizard> newMatcherWizard = gaugeProducer1->mEventMatcherWizard; in TEST_F() 2943 sp<EventMatcherWizard> oldMatcherWizard = in TEST_F() 3108 sp<EventMatcherWizard> newMatcherWizard = valueProducer1->mEventMatcherWizard; in TEST_F()
|