Home
last modified time | relevance | path

Searched refs:otThreadGetChildInfoById (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/include/openthread/
Dthread_ftd.h558 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo);
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp228 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById() function
/openthread-3.5.0/src/cli/
Dcli.cpp1617 SuccessOrExit(error = otThreadGetChildInfoById(GetInstancePtr(), childId, &childInfo)); in Process()