Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/metrics/
DEventMetricProducer_test.cpp46 LogEvent event1(1 /*tag id*/, bucketStartTimeNs + 1); in TEST() local
70 LogEvent event1(1, bucketStartTimeNs + 1); in TEST() local
103 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
DCountMetricProducer_test.cpp64 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
126 LogEvent event1(1, bucketStartTimeNs + 1); in TEST() local
175 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
229 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
287 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
353 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
DDurationMetricProducer_test.cpp70 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
107 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
155 LogEvent event1(tagId, bucketStartTimeNs + 1); in TEST() local
354 LogEvent event1(tagId, startTimeNs); in TEST() local
401 LogEvent event1(tagId, startTimeNs); in TEST() local
DValueMetricProducer_test.cpp675 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
859 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
903 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
980 shared_ptr<LogEvent> event1 in TEST() local
1274 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
1319 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
1366 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
1417 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
1463 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
1537 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
[all …]
DGaugeMetricProducer_test.cpp219 shared_ptr<LogEvent> event1 = make_shared<LogEvent>(tagId, bucketStartTimeNs + 10); in TEST() local
598 std::shared_ptr<LogEvent> event1 = std::make_shared<LogEvent>(tagId, bucketStartTimeNs + 1); in TEST() local
/frameworks/base/cmds/statsd/tests/
DLogEvent_test.cpp32 LogEvent event1(1, 2000); in TEST() local
99 LogEvent event1(83, 2000, 1000); in TEST() local
215 LogEvent event1(1, 2000); in TEST() local
301 LogEvent event1(83, 2000, 2001, 10001, int_map, long_map, string_map, float_map); in TEST() local
506 LogEvent event1(statsLogEventWrapper, 0); in TEST() local
580 LogEvent event1(Atom::kLauncherEventFieldNumber, 1000); in TEST() local
619 LogEvent event1(Atom::kLauncherEventFieldNumber, 1000); in TEST() local
DLogEntryMatcher_test.cpp618 LogEvent event1(TAG_ID, 0); in TEST() local
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java417 topBar.setStatusBarWindowTouchListener((v1, event1) -> { in connectNotificationsUI() argument
1100 public boolean onScroll(MotionEvent event1, MotionEvent event2, float distanceX, in onScroll()
1123 public boolean onFling(MotionEvent event1, MotionEvent event2, in onFling()
1153 public boolean onScroll(MotionEvent event1, MotionEvent event2, float distanceX, in onScroll()
1189 public boolean onFling(MotionEvent event1, MotionEvent event2, in onFling()
/frameworks/base/cmds/statsd/tests/shell/
DShellSubscriber_test.cpp139 std::shared_ptr<LogEvent> event1 = in TEST() local