Lines Matching defs:InputPublisherAndConsumerTest
35 class InputPublisherAndConsumerTest : public testing::Test { class
61 TEST_F(InputPublisherAndConsumerTest, GetChannel_ReturnsTheChannel) { in TEST_F() argument
416 TEST_F(InputPublisherAndConsumerTest, SendTimeline) { in TEST_F() argument
432 TEST_F(InputPublisherAndConsumerTest, PublishKeyEvent_EndToEnd) { in TEST_F() argument
436 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_EndToEnd) { in TEST_F() argument
440 TEST_F(InputPublisherAndConsumerTest, PublishFocusEvent_EndToEnd) { in TEST_F() argument
444 TEST_F(InputPublisherAndConsumerTest, PublishCaptureEvent_EndToEnd) { in TEST_F() argument
448 TEST_F(InputPublisherAndConsumerTest, PublishDragEvent_EndToEnd) { in TEST_F() argument
452 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_WhenSequenceNumberIsZero_ReturnsError) { in TEST_F() argument
473 TEST_F(InputPublisherAndConsumerTest, PublishMotionEvent_WhenPointerCountLessThan1_ReturnsError) { in TEST_F() argument
490 TEST_F(InputPublisherAndConsumerTest, in TEST_F() argument
512 TEST_F(InputPublisherAndConsumerTest, PublishMultipleEvents_EndToEnd) { in TEST_F() argument