Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_child_table.cpp294 const uint16_t testListLength = GetArrayLength(testChildList); in TestChildTable() local
324 VerifyOrQuit(table->GetMaxChildrenAllowed() >= testListLength, in TestChildTable()
328 for (uint16_t i = 0; i < testListLength; i++) in TestChildTable()
350 for (uint16_t i = testListLength; i > 0; i--) in TestChildTable()
361 VerifyChildTableContent(*table, testListLength - i + 1, &testChildList[i - 1]); in TestChildTable()
Dtest_link_metrics_manager.cpp108 const uint16_t testListLength = GetArrayLength(mTestChildList); in TestLinkMetricsManager() local
123 for (uint16_t i = 0; i < testListLength; i++) in TestLinkMetricsManager()