Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread_ftd.h721 int8_t otThreadGetParentPriority(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp337 int8_t otThreadGetParentPriority(otInstance *aInstance) in otThreadGetParentPriority() function
/openthread-3.5.0/src/cli/
Dcli.cpp5816 return ProcessGetSet(aArgs, otThreadGetParentPriority, otThreadSetParentPriority); in Process()