Searched refs:SetMaxChildrenAllowed (Results 1 – 4 of 4) sorted by relevance
367 error = table->SetMaxChildrenAllowed(kMaxChildren - 1); in TestChildTable()371 error = table->SetMaxChildrenAllowed(kMaxChildren + 1); in TestChildTable()374 error = table->SetMaxChildrenAllowed(0); in TestChildTable()377 error = table->SetMaxChildrenAllowed(testNumAllowedChildren); in TestChildTable()
217 Error SetMaxChildrenAllowed(uint16_t aMaxChildren);
169 Error ChildTable::SetMaxChildrenAllowed(uint16_t aMaxChildren) in SetMaxChildrenAllowed() function in ot::ChildTable
49 return AsCoreType(aInstance).Get<ChildTable>().SetMaxChildrenAllowed(aMaxChildren); in otThreadSetMaxAllowedChildren()