Lines Matching refs:kTestLen
48 constexpr size_t kTestLen = CHPP_TRANSPORT_TX_MTU_BYTES; in TEST_F() local
49 uint8_t buf[kTestLen]; in TEST_F()
50 for (size_t i = 0; i < kTestLen; i++) { in TEST_F()
56 kTestLen); in TEST_F()
60 kTestLen)); in TEST_F()
88 constexpr size_t kTestLen = in TEST_F() local
90 uint8_t buf[kTestLen]; in TEST_F()
91 for (size_t i = 0; i < kTestLen; i++) { in TEST_F()
97 kTestLen); in TEST_F()
101 result = chppRunLoopbackTest(&mClientAppContext, buf, kTestLen); in TEST_F()
115 constexpr size_t kTestLen = UINT16_MAX; in TEST_F() local
116 uint8_t buf[kTestLen]; in TEST_F()
117 for (size_t i = 0; i < kTestLen; i++) { in TEST_F()
124 kTestLen); in TEST_F()
128 result = chppRunLoopbackTest(&mClientAppContext, buf, kTestLen); in TEST_F()