Searched refs:GetMaxChildrenAllowed (Results 1 – 4 of 4) sorted by relevance
177 … 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()
220 uint16_t GetMaxChildrenAllowed(void) const { return mMaxChildrenAllowed; } in GetMaxChildrenAllowed() function in ot::ChildTable
3623 uint16_t maxAllowed = mChildTable.GetMaxChildrenAllowed(); in FillConnectivityTlv()
47 return AsCoreType(aInstance).Get<ChildTable>().GetMaxChildrenAllowed(); in otThreadGetMaxAllowedChildren()