Searched refs:otThreadGetChildInfoByIndex (Results 1 – 4 of 4) sorted by relevance
/openthread-3.5.0/include/openthread/ |
D | thread_ftd.h | 575 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil…
|
/openthread-3.5.0/src/core/api/ |
D | thread_ftd_api.cpp | 233 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil… in otThreadGetChildInfoByIndex() function
|
/openthread-3.5.0/src/ncp/ |
D | ncp_base_ftd.cpp | 217 …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/ |
D | cli.cpp | 1570 if ((otThreadGetChildInfoByIndex(GetInstancePtr(), i, &childInfo) != OT_ERROR_NONE) || in Process() 1684 … if ((otThreadGetChildInfoByIndex(GetInstancePtr(), childIndex, &childInfo) != OT_ERROR_NONE) || in Process()
|