/packages/modules/StatsD/statsd/src/matchers/ |
D | EventMatcherWizard.h | 25 class EventMatcherWizard : public virtual android::RefBase { 27 EventMatcherWizard(){}; // for testing in EventMatcherWizard() function 28 EventMatcherWizard(const std::vector<sp<AtomMatchingTracker>>& eventTrackers) in EventMatcherWizard() function 31 virtual ~EventMatcherWizard(){}; in ~EventMatcherWizard()
|
D | EventMatcherWizard.cpp | 24 MatchingState EventMatcherWizard::matchLogEvent(const LogEvent& event, int matcher_index) { in matchLogEvent()
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | GaugeMetricProducer_test.cpp | 97 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 128 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 215 sp<EventMatcherWizard> eventMatcherWizard = in TEST_P() 296 sp<EventMatcherWizard> eventMatcherWizard = in TEST_P() 371 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 418 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 488 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 559 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 637 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 705 sp<EventMatcherWizard> eventMatcherWizard = in TEST() [all …]
|
D | ValueMetricProducer_test.cpp | 109 sp<EventMatcherWizard> eventMatcherWizard = in createValueProducerNoConditions() 128 sp<EventMatcherWizard> eventMatcherWizard = in createValueProducerWithCondition() 149 sp<EventMatcherWizard> eventMatcherWizard = in createValueProducerWithState() 170 sp<EventMatcherWizard> eventMatcherWizard = in createValueProducerWithConditionAndState() 232 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 258 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 412 sp<EventMatcherWizard> eventMatcherWizard = in TEST() 687 sp<EventMatcherWizard> eventMatcherWizard = in TEST_P() 744 sp<EventMatcherWizard> eventMatcherWizard = in TEST_P() 801 sp<EventMatcherWizard> eventMatcherWizard = in TEST() [all …]
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | GaugeMetricProducer.h | 63 const int whatMatcherIndex, const sp<EventMatcherWizard>& matcherWizard, 150 const sp<EventMatcherWizard>& matcherWizard, 163 sp<EventMatcherWizard> mEventMatcherWizard;
|
D | ValueMetricProducer.h | 56 const int whatMatcherIndex, const sp<EventMatcherWizard>& matcherWizard, 163 const sp<EventMatcherWizard>& matcherWizard, 176 sp<EventMatcherWizard> mEventMatcherWizard;
|
D | GaugeMetricProducer.cpp | 77 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int triggerAtomId, in GaugeMetricProducer() 164 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked() 206 sp<EventMatcherWizard> tmpEventWizard = mEventMatcherWizard; in onConfigUpdatedLocked()
|
D | EventMetricProducer.h | 77 const sp<EventMatcherWizard>& matcherWizard,
|
D | MetricProducer.h | 164 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdated() 246 const sp<EventMatcherWizard>& matcherWizard,
|
D | CountMetricProducer.h | 105 const sp<EventMatcherWizard>& matcherWizard,
|
D | ValueMetricProducer.cpp | 85 const int whatMatcherIndex, const sp<EventMatcherWizard>& matcherWizard, in ValueMetricProducer() 198 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked() 230 sp<EventMatcherWizard> tmpEventWizard = mEventMatcherWizard; in onConfigUpdatedLocked()
|
D | DurationMetricProducer.h | 131 const sp<EventMatcherWizard>& matcherWizard,
|
D | EventMetricProducer.cpp | 92 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
|
D | MetricProducer.cpp | 82 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
|
D | CountMetricProducer.cpp | 135 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
|
D | DurationMetricProducer.cpp | 174 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
|
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
D | metrics_manager_util.h | 162 const sp<EventMatcherWizard>& matcherWizard, 183 const sp<EventMatcherWizard>& matcherWizard,
|
D | metrics_manager_util.cpp | 639 const sp<EventMatcherWizard>& matcherWizard, in createValueMetricProducerAndUpdateMetadata() 742 const sp<EventMatcherWizard>& matcherWizard, in createGaugeMetricProducerAndUpdateMetadata() 1000 sp<EventMatcherWizard> matcherWizard = new EventMatcherWizard(allAtomMatchingTrackers); in initMetrics()
|
D | config_update_utils.cpp | 609 const sp<EventMatcherWizard>& matcherWizard, in updateMetric() 664 sp<EventMatcherWizard> matcherWizard = new EventMatcherWizard(allAtomMatchingTrackers); in updateMetrics()
|
/packages/modules/StatsD/statsd/ |
D | Android.bp | 54 "src/matchers/EventMatcherWizard.cpp",
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.h | 384 sp<EventMatcherWizard> createEventMatcherWizard(
|
D | statsd_test_util.cpp | 1133 sp<EventMatcherWizard> createEventMatcherWizard( in createEventMatcherWizard() 1143 return new EventMatcherWizard({new SimpleAtomMatchingTracker( in createEventMatcherWizard()
|
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/ |
D | config_update_utils_test.cpp | 2175 sp<EventMatcherWizard> oldMatcherWizard = in TEST_F() 2322 sp<EventMatcherWizard> newMatcherWizard = gaugeProducer1->mEventMatcherWizard; in TEST_F() 2747 sp<EventMatcherWizard> oldMatcherWizard = in TEST_F() 2908 sp<EventMatcherWizard> newMatcherWizard = valueProducer1->mEventMatcherWizard; in TEST_F()
|