Home
last modified time | relevance | path

Searched refs:otThreadGetChildInfoByIndex (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/include/openthread/
Dthread_ftd.h575 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil…
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp233 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil… in otThreadGetChildInfoByIndex() function
/openthread-3.5.0/src/ncp/
Dncp_base_ftd.cpp217 …if ((otThreadGetChildInfoByIndex(mInstance, index, &childInfo) != OT_ERROR_NONE) || childInfo.mIsS… in HandlePropertyGet()
277 if ((otThreadGetChildInfoByIndex(mInstance, childIndex, &childInfo) != OT_ERROR_NONE) || in HandlePropertyGet()
/openthread-3.5.0/src/cli/
Dcli.cpp1570 if ((otThreadGetChildInfoByIndex(GetInstancePtr(), i, &childInfo) != OT_ERROR_NONE) || in Process()
1684 … if ((otThreadGetChildInfoByIndex(GetInstancePtr(), childIndex, &childInfo) != OT_ERROR_NONE) || in Process()