Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/tests/base/
Diterator_test.cc41 size_t GetTestPacketLength() { return GetParam().second - GetParam().first; } in GetTestPacketLength() function in bluetooth::IteratorTest
93 GetTestPacketLength()); in TEST_P()
96 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
139 ASSERT_EQ((*packet)[GetTestPacketLength() - 1], in TEST_P()
151 for (size_t i = 0; i < GetTestPacketLength(); i += 2) { in TEST_P()
164 for (size_t i = 0; i < GetTestPacketLength() - 1; i++) { in TEST_P()
174 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
184 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
196 for (int i = GetTestPacketLength() - 1; i > 0; i -= 2) { in TEST_P()
208 for (int i = GetTestPacketLength(); i > 0; i--) { in TEST_P()
[all …]