Home
last modified time | relevance | path

Searched refs:mWhatMatcherIndex (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DGaugeMetricProducer.cpp92 mWhatMatcherIndex(whatMatcherIndex),
190 mWhatMatcherIndex); in onConfigUpdatedLocked()
423 mEventMatcherWizard->matchLogEvent(*data, mWhatMatcherIndex); in pullAndMatchEventsLocked()
427 onMatchedLogEventLocked(mWhatMatcherIndex, localCopy); in pullAndMatchEventsLocked()
516 mEventMatcherWizard->matchLogEvent(*data, mWhatMatcherIndex); in onDataPulled()
518 onMatchedLogEventLocked(mWhatMatcherIndex, in onDataPulled()
DNumericValueMetricProducer.cpp274 mEventMatcherWizard->matchLogEvent(*data, mWhatMatcherIndex); in accumulateEvents()
301 onMatchedLogEventLocked(mWhatMatcherIndex, eventInfo.first); in accumulateEvents()
306 mEventMatcherWizard->matchLogEvent(*data, mWhatMatcherIndex); in accumulateEvents()
310 onMatchedLogEventLocked(mWhatMatcherIndex, localCopy); in accumulateEvents()
DGaugeMetricProducer.h178 int mWhatMatcherIndex; variable
DValueMetricProducer.h250 int mWhatMatcherIndex; variable
DValueMetricProducer.cpp88 mWhatMatcherIndex(whatOptions.whatMatcherIndex), in ValueMetricProducer()
209 mWhatMatcherIndex); in onConfigUpdatedLocked()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2487 EXPECT_EQ(gaugeProducer1->mWhatMatcherIndex, matcher4Index); in TEST_F()
2493 EXPECT_EQ(gaugeProducer2->mWhatMatcherIndex, matcher1Index); in TEST_F()
2499 EXPECT_EQ(gaugeProducer3->mWhatMatcherIndex, matcher5Index); in TEST_F()
2505 EXPECT_EQ(gaugeProducer4->mWhatMatcherIndex, matcher3Index); in TEST_F()
2511 EXPECT_EQ(gaugeProducer6->mWhatMatcherIndex, matcher5Index); in TEST_F()
3082 EXPECT_EQ(valueProducer1->mWhatMatcherIndex, matcher4Index); in TEST_F()
3088 EXPECT_EQ(valueProducer2->mWhatMatcherIndex, matcher1Index); in TEST_F()
3094 EXPECT_EQ(valueProducer3->mWhatMatcherIndex, matcher5Index); in TEST_F()
3100 EXPECT_EQ(valueProducer4->mWhatMatcherIndex, matcher3Index); in TEST_F()
3106 EXPECT_EQ(valueProducer6->mWhatMatcherIndex, matcher5Index); in TEST_F()
[all …]