Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_child_table.cpp296 uint16_t testNumAllowedChildren = 2; in TestChildTable() local
377 error = table->SetMaxChildrenAllowed(testNumAllowedChildren); in TestChildTable()
379 VerifyOrQuit(table->GetMaxChildrenAllowed() == testNumAllowedChildren); in TestChildTable()
381 for (uint16_t num = 0; num < testNumAllowedChildren; num++) in TestChildTable()