Home
last modified time | relevance | path

Searched refs:otThreadDeviceRoleToString (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/include/openthread/
Dthread.h722 const char *otThreadDeviceRoleToString(otDeviceRole aRole);
/openthread-2.7.6/src/cli/
Dcli_history.cpp183 ageString, otThreadDeviceRoleToString(info->mRole), in ProcessNetInfo()
Dcli.cpp4032 OutputLine("%s", otThreadDeviceRoleToString(otThreadGetDeviceRole(mInstance))); in ProcessState()
/openthread-2.7.6/src/core/api/
Dthread_api.cpp339 const char *otThreadDeviceRoleToString(otDeviceRole aRole) in otThreadDeviceRoleToString() function