Searched refs:kTestLen (Results 1 – 1 of 1) sorted by relevance
48 constexpr size_t kTestLen = CHPP_TRANSPORT_TX_MTU_BYTES; in TEST_F() local49 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() local90 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()[all …]