Searched refs:event11 (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/tests/ |
D | LogEntryMatcher_test.cpp | 1335 LogEvent event11(/*uid=*/0, /*pid=*/0); in TEST() local 1336 makeStringLogEvent(&event11, TAG_ID, 0, "test.string:test"); in TEST() 1337 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event11).matched); in TEST()
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | NumericValueMetricProducer_test.cpp | 7896 LogEvent event11(/*uid=*/0, /*pid=*/0); in TEST() local 7897 CreateThreeValueLogEvent(&event11, tagId, bucket2StartTimeNs + 50, 1, 20, 7); in TEST() 7912 valueProducer->onMatchedLogEvent(1 /*log matcher index*/, event11); in TEST()
|