Home
last modified time | relevance | path

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

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