Home
last modified time | relevance | path

Searched refs:maxChildren (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base_ftd.cpp211 uint16_t maxChildren; in HandlePropertyGet() local
213 maxChildren = otThreadGetMaxAllowedChildren(mInstance); in HandlePropertyGet()
215 for (uint16_t index = 0; index < maxChildren; index++) in HandlePropertyGet()
269 uint16_t maxChildren; in HandlePropertyGet() local
273 maxChildren = otThreadGetMaxAllowedChildren(mInstance); in HandlePropertyGet()
275 for (uint16_t childIndex = 0; childIndex < maxChildren; childIndex++) in HandlePropertyGet()
550 uint8_t maxChildren = 0; in HandlePropertySet() local
553 SuccessOrExit(error = mDecoder.ReadUint8(maxChildren)); in HandlePropertySet()
555 error = otThreadSetMaxAllowedChildren(mInstance, maxChildren); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1734 uint16_t maxChildren; in Process() local
1764 maxChildren = otThreadGetMaxAllowedChildren(GetInstancePtr()); in Process()
1766 for (uint16_t i = 0; i < maxChildren; i++) in Process()
1874 uint16_t maxChildren = otThreadGetMaxAllowedChildren(GetInstancePtr()); in Process() local
1876 for (uint16_t childIndex = 0; childIndex < maxChildren; childIndex++) in Process()