Searched refs:aMaxChildren (Results 1 – 4 of 4) sorted by relevance
171 Error ChildTable::SetMaxChildrenAllowed(uint16_t aMaxChildren) in SetMaxChildrenAllowed() argument175 VerifyOrExit(aMaxChildren > 0 && aMaxChildren <= kMaxChildren, error = kErrorInvalidArgs); in SetMaxChildrenAllowed()178 mMaxChildrenAllowed = aMaxChildren; in SetMaxChildrenAllowed()
235 Error SetMaxChildrenAllowed(uint16_t aMaxChildren);
50 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren) in otThreadSetMaxAllowedChildren() argument52 return AsCoreType(aInstance).Get<ChildTable>().SetMaxChildrenAllowed(aMaxChildren); in otThreadSetMaxAllowedChildren()
154 otError otThreadSetMaxAllowedChildren(otInstance *aInstance, uint16_t aMaxChildren);