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