Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_child_table.cpp177 … VerifyOrQuit(childIndex < aTable.GetMaxChildrenAllowed(), "Child Index is out of bound"); in VerifyChildTableContent()
309 VerifyOrQuit(table->GetMaxChildrenAllowed() == table->GetMaxChildren(), in TestChildTable()
324 VerifyOrQuit(table->GetMaxChildrenAllowed() >= testListLength, in TestChildTable()
379 VerifyOrQuit(table->GetMaxChildrenAllowed() == testNumAllowedChildren); in TestChildTable()
/openthread-latest/src/core/thread/
Dchild_table.hpp220 uint16_t GetMaxChildrenAllowed(void) const { return mMaxChildrenAllowed; } in GetMaxChildrenAllowed() function in ot::ChildTable
Dmle_router.cpp3623 uint16_t maxAllowed = mChildTable.GetMaxChildrenAllowed(); in FillConnectivityTlv()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp47 return AsCoreType(aInstance).Get<ChildTable>().GetMaxChildrenAllowed(); in otThreadGetMaxAllowedChildren()