Home
last modified time | relevance | path

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

/openthread-3.7.0/include/openthread/
Dthread.h803 otError otThreadGetLeaderData(otInstance *aInstance, otLeaderData *aLeaderData);
/openthread-3.7.0/src/core/api/
Dthread_api.cpp312 otError otThreadGetLeaderData(otInstance *aInstance, otLeaderData *aLeaderData) in otThreadGetLeaderData() function
/openthread-3.7.0/src/cli/
Dcli.cpp3513 SuccessOrExit(error = otThreadGetLeaderData(GetInstancePtr(), &leaderData)); in Process()