Searched refs:otThreadGetChildInfoById (Results 1 – 3 of 3) sorted by relevance
572 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo);
228 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById() function
1723 SuccessOrExit(error = otThreadGetChildInfoById(GetInstancePtr(), childId, &childInfo)); in Process()