Searched refs:maxChildren (Results 1 – 2 of 2) sorted by relevance
211 uint16_t maxChildren; in HandlePropertyGet() local213 maxChildren = otThreadGetMaxAllowedChildren(mInstance); in HandlePropertyGet()215 for (uint16_t index = 0; index < maxChildren; index++) in HandlePropertyGet()269 uint16_t maxChildren; in HandlePropertyGet() local273 maxChildren = otThreadGetMaxAllowedChildren(mInstance); in HandlePropertyGet()275 for (uint16_t childIndex = 0; childIndex < maxChildren; childIndex++) in HandlePropertyGet()550 uint8_t maxChildren = 0; in HandlePropertySet() local553 SuccessOrExit(error = mDecoder.ReadUint8(maxChildren)); in HandlePropertySet()555 error = otThreadSetMaxAllowedChildren(mInstance, maxChildren); in HandlePropertySet()
1615 uint16_t maxChildren; in Process() local1645 maxChildren = otThreadGetMaxAllowedChildren(GetInstancePtr()); in Process()1647 for (uint16_t i = 0; i < maxChildren; i++) in Process()1755 uint16_t maxChildren = otThreadGetMaxAllowedChildren(GetInstancePtr()); in Process() local1757 for (uint16_t childIndex = 0; childIndex < maxChildren; childIndex++) in Process()