Home
last modified time | relevance | path

Searched defs:event3 (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/cmds/statsd/tests/metrics/
DCountMetricProducer_test.cpp94 LogEvent event3(tagId, bucketStartTimeNs + bucketSizeNs + 2); in TEST() local
267 LogEvent event3(tagId, bucketStartTimeNs + 62 * NS_PER_SEC + 10); in TEST() local
316 LogEvent event3(tagId, bucketStartTimeNs + 121 * NS_PER_SEC + 10); in TEST() local
357 LogEvent event3(tagId, bucketStartTimeNs + 2 * bucketSizeNs + 1); in TEST() local
DDurationMetricProducer_test.cpp111 LogEvent event3(tagId, bucketStartTimeNs + bucketSizeNs + 1); in TEST() local
159 LogEvent event3(tagId, bucketStartTimeNs + bucketSizeNs + 1); in TEST() local
DGaugeMetricProducer_test.cpp248 shared_ptr<LogEvent> event3 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 65 * NS_PER_SEC); in TEST() local
626 std::shared_ptr<LogEvent> event3 = in TEST() local
DValueMetricProducer_test.cpp695 shared_ptr<LogEvent> event3 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 65 * NS_PER_SEC); in TEST() local
925 shared_ptr<LogEvent> event3 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 30); in TEST() local
990 shared_ptr<LogEvent> event3 in TEST() local
1489 shared_ptr<LogEvent> event3 = make_shared<LogEvent>(tagId, bucket2StartTimeNs + 10); in TEST() local
1573 shared_ptr<LogEvent> event3 = make_shared<LogEvent>(tagId, bucket2StartTimeNs + 10); in TEST() local
/frameworks/base/cmds/statsd/tests/condition/
DSimpleConditionTracker_test.cpp351 LogEvent event3(1 /*tagId*/, 0 /*timestamp*/); in TEST() local
466 LogEvent event3(1 /*tagId*/, 0 /*timestamp*/); in TEST() local
605 LogEvent event3(2 /*tagId*/, 0 /*timestamp*/); in TEST() local
DStateTracker_test.cpp97 LogEvent event3(kUidProcTag, 0 /*timestamp*/); in TEST() local
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureEventTest.java256 final ContentCaptureEvent event3 = new ContentCaptureEvent(17, TYPE_VIEW_DISAPPEARED) in testMergeEvent_typeViewDisappeared() local
/frameworks/base/cmds/statsd/tests/
DLogEntryMatcher_test.cpp626 LogEvent event3(TAG_ID, 0); in TEST() local
DLogEvent_test.cpp540 LogEvent event3(statsLogEventWrapper, 2); in TEST() local