Home
last modified time | relevance | path

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

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