Home
last modified time | relevance | path

Searched refs:GetTestPacketLength (Results 1 – 1 of 1) sorted by relevance

/system/bt/packet/tests/base/
Diterator_test.cc39 size_t GetTestPacketLength() { return GetParam().second - GetParam().first; } in GetTestPacketLength() function in bluetooth::IteratorTest
81 GetTestPacketLength()); in TEST_P()
84 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
119 ASSERT_EQ((*packet)[GetTestPacketLength() - 1], in TEST_P()
127 for (size_t i = 0; i < GetTestPacketLength(); i += 2) { in TEST_P()
140 for (size_t i = 0; i < GetTestPacketLength() - 1; i++) { in TEST_P()
150 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
160 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
172 for (int i = GetTestPacketLength() - 1; i > 0; i -= 2) { in TEST_P()
184 for (int i = GetTestPacketLength(); i > 0; i--) { in TEST_P()
[all …]