Home
last modified time | relevance | path

Searched refs:EventMatcherWizard (Results 1 – 23 of 23) sorted by relevance

/packages/modules/StatsD/statsd/src/matchers/
DEventMatcherWizard.h25 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()
DEventMatcherWizard.cpp24 MatchingState EventMatcherWizard::matchLogEvent(const LogEvent& event, int matcher_index) { in matchLogEvent()
/packages/modules/StatsD/statsd/tests/metrics/
DGaugeMetricProducer_test.cpp97 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 …]
DValueMetricProducer_test.cpp109 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/
DGaugeMetricProducer.h63 const int whatMatcherIndex, const sp<EventMatcherWizard>& matcherWizard,
150 const sp<EventMatcherWizard>& matcherWizard,
163 sp<EventMatcherWizard> mEventMatcherWizard;
DValueMetricProducer.h56 const int whatMatcherIndex, const sp<EventMatcherWizard>& matcherWizard,
163 const sp<EventMatcherWizard>& matcherWizard,
176 sp<EventMatcherWizard> mEventMatcherWizard;
DGaugeMetricProducer.cpp77 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()
DEventMetricProducer.h77 const sp<EventMatcherWizard>& matcherWizard,
DMetricProducer.h164 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdated()
246 const sp<EventMatcherWizard>& matcherWizard,
DCountMetricProducer.h105 const sp<EventMatcherWizard>& matcherWizard,
DValueMetricProducer.cpp85 const int whatMatcherIndex, const sp<EventMatcherWizard>& matcherWizard, in ValueMetricProducer()
198 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
230 sp<EventMatcherWizard> tmpEventWizard = mEventMatcherWizard; in onConfigUpdatedLocked()
DDurationMetricProducer.h131 const sp<EventMatcherWizard>& matcherWizard,
DEventMetricProducer.cpp92 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
DMetricProducer.cpp82 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
DCountMetricProducer.cpp135 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
DDurationMetricProducer.cpp174 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.h162 const sp<EventMatcherWizard>& matcherWizard,
183 const sp<EventMatcherWizard>& matcherWizard,
Dmetrics_manager_util.cpp639 const sp<EventMatcherWizard>& matcherWizard, in createValueMetricProducerAndUpdateMetadata()
742 const sp<EventMatcherWizard>& matcherWizard, in createGaugeMetricProducerAndUpdateMetadata()
1000 sp<EventMatcherWizard> matcherWizard = new EventMatcherWizard(allAtomMatchingTrackers); in initMetrics()
Dconfig_update_utils.cpp609 const sp<EventMatcherWizard>& matcherWizard, in updateMetric()
664 sp<EventMatcherWizard> matcherWizard = new EventMatcherWizard(allAtomMatchingTrackers); in updateMetrics()
/packages/modules/StatsD/statsd/
DAndroid.bp54 "src/matchers/EventMatcherWizard.cpp",
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h384 sp<EventMatcherWizard> createEventMatcherWizard(
Dstatsd_test_util.cpp1133 sp<EventMatcherWizard> createEventMatcherWizard( in createEventMatcherWizard()
1143 return new EventMatcherWizard({new SimpleAtomMatchingTracker( in createEventMatcherWizard()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2175 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()