Home
last modified time | relevance | path

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

/openthread-3.7.0/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-3.7.0/src/cli/
Dcli.cpp1615 uint16_t maxChildren; in Process() local
1645 maxChildren = otThreadGetMaxAllowedChildren(GetInstancePtr()); in Process()
1647 for (uint16_t i = 0; i < maxChildren; i++) in Process()
1755 uint16_t maxChildren = otThreadGetMaxAllowedChildren(GetInstancePtr()); in Process() local
1757 for (uint16_t childIndex = 0; childIndex < maxChildren; childIndex++) in Process()