Home
last modified time | relevance | path

Searched defs:event4 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/tests/condition/
DSimpleConditionTracker_test.cpp371 LogEvent event4(1 /*tagId*/, 0 /*timestamp*/); in TEST() local
478 LogEvent event4(1 /*tagId*/, 0 /*timestamp*/); in TEST() local
/frameworks/base/cmds/statsd/tests/metrics/
DDurationMetricProducer_test.cpp113 LogEvent event4(tagId, bucketStartTimeNs + bucketSizeNs + 3); in TEST() local
161 LogEvent event4(tagId, bucketStartTimeNs + bucketSizeNs + 3); in TEST() local
DGaugeMetricProducer_test.cpp259 shared_ptr<LogEvent> event4 = in TEST() local
642 std::shared_ptr<LogEvent> event4 = in TEST() local
DCountMetricProducer_test.cpp359 LogEvent event4(tagId, bucketStartTimeNs + 3 * bucketSizeNs + 1); in TEST() local
DValueMetricProducer_test.cpp937 shared_ptr<LogEvent> event4 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 40); in TEST() local
995 shared_ptr<LogEvent> event4 in TEST() local
1500 shared_ptr<LogEvent> event4 = make_shared<LogEvent>(tagId, bucket2StartTimeNs + 15); in TEST() local
1589 shared_ptr<LogEvent> event4 = make_shared<LogEvent>(tagId, bucket2StartTimeNs + 15); in TEST() local
/frameworks/base/cmds/statsd/tests/
DLogEntryMatcher_test.cpp632 LogEvent event4(TAG_ID, 0); in TEST() local