Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild_table.hpp196 uint16_t GetMaxChildren(void) const { return kMaxChildren; } in GetMaxChildren() function in ot::ChildTable
Dchild_table.cpp256 if (foundDuplicate || (numChildren > GetMaxChildren()) || (error != kErrorNone)) in Restore()
/openthread-latest/tests/unit/
Dtest_child_table.cpp309 VerifyOrQuit(table->GetMaxChildrenAllowed() == table->GetMaxChildren(), in TestChildTable()