Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h816 otError otThreadGetParentInfo(otInstance *aInstance, otRouterInfo *aParentInfo);
/openthread-latest/src/core/api/
Dthread_api.cpp349 otError otThreadGetParentInfo(otInstance *aInstance, otRouterInfo *aParentInfo) in otThreadGetParentInfo() function
/openthread-latest/src/cli/
Dcli.cpp5130 SuccessOrExit(error = otThreadGetParentInfo(GetInstancePtr(), &parentInfo)); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp789 error = otThreadGetParentInfo(mInstance, &parentInfo); in HandlePropertyGet()