Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h705 otError otThreadSetParentPriority(otInstance *aInstance, int8_t aParentPriority);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp313 otError otThreadSetParentPriority(otInstance *aInstance, int8_t aParentPriority) in otThreadSetParentPriority() function
/openthread-latest/src/cli/
Dcli.cpp5185 return ProcessGetSet(aArgs, otThreadGetParentPriority, otThreadSetParentPriority); in Process()