Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/matchers/
DEventMatcherWizard.h30 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()
DEventMatcherWizard.cpp22 MatchLogEventResult EventMatcherWizard::matchLogEvent(const LogEvent& event, int matcherIndex) { in matchLogEvent()
/packages/modules/StatsD/statsd/tests/metrics/
DGaugeMetricProducer_test.cpp97 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 …]
DNumericValueMetricProducer_test.cpp167 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/
DGaugeMetricProducer.h66 const int whatMatcherIndex, const sp<EventMatcherWizard>& matcherWizard,
162 const sp<EventMatcherWizard>& matcherWizard,
180 sp<EventMatcherWizard> mEventMatcherWizard;
DValueMetricProducer.h88 const sp<EventMatcherWizard>& matcherWizard;
224 const sp<EventMatcherWizard>& matcherWizard,
252 sp<EventMatcherWizard> mEventMatcherWizard;
DEventMetricProducer.h79 const sp<EventMatcherWizard>& matcherWizard,
DGaugeMetricProducer.cpp81 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()
DCountMetricProducer.h112 const sp<EventMatcherWizard>& matcherWizard,
DDurationMetricProducer.h128 const sp<EventMatcherWizard>& matcherWizard,
DMetricProducer.h161 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdated()
257 const sp<EventMatcherWizard>& matcherWizard,
DEventMetricProducer.cpp99 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
DValueMetricProducer.cpp186 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
223 sp<EventMatcherWizard> tmpEventWizard = mEventMatcherWizard; in onConfigUpdatedLocked()
DMetricProducer.cpp90 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
DCountMetricProducer.cpp145 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
DDurationMetricProducer.cpp186 const sp<EventMatcherWizard>& matcherWizard, in onConfigUpdatedLocked()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.h167 const sp<EventMatcherWizard>& matcherWizard,
189 const sp<EventMatcherWizard>& matcherWizard,
209 const sp<EventMatcherWizard>& matcherWizard,
Dmetrics_manager_util.cpp891 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()
Dconfig_update_utils.cpp685 const sp<EventMatcherWizard>& matcherWizard, in updateMetric()
742 sp<EventMatcherWizard> matcherWizard = new EventMatcherWizard(allAtomMatchingTrackers); in updateMetrics()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h593 sp<EventMatcherWizard> eventMatcherWizard = nullptr);
603 sp<EventMatcherWizard> createEventMatcherWizard(
Dstatsd_test_util.cpp1466 sp<EventMatcherWizard> eventMatcherWizard) { in createNumericValueMetricProducer()
1564 sp<EventMatcherWizard> createEventMatcherWizard( in createEventMatcherWizard()
1574 return new EventMatcherWizard( in createEventMatcherWizard()
/packages/modules/StatsD/statsd/
DAndroid.bp88 "src/matchers/EventMatcherWizard.cpp",
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2363 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()