Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h800 const char *otThreadDeviceRoleToString(otDeviceRole aRole);
/openthread-latest/src/core/api/
Dthread_api.cpp323 const char *otThreadDeviceRoleToString(otDeviceRole aRole) { return Mle::RoleToString(MapEnum(aRole… in otThreadDeviceRoleToString() function
/openthread-latest/src/cli/
Dcli_history.cpp676 ageString, otThreadDeviceRoleToString(info->mRole), in Process()
Dcli.cpp6748 OutputLine("%s", otThreadDeviceRoleToString(otThreadGetDeviceRole(GetInstancePtr()))); in Process()