Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread.h762 const char *otThreadDeviceRoleToString(otDeviceRole aRole);
/external/openthread/src/cli/
Dcli_history.cpp294 ageString, otThreadDeviceRoleToString(info->mRole), in Process()
Dcli.cpp4379 OutputLine("%s", otThreadDeviceRoleToString(otThreadGetDeviceRole(GetInstancePtr()))); in Process()
/external/openthread/src/core/api/
Dthread_api.cpp309 const char *otThreadDeviceRoleToString(otDeviceRole aRole) in otThreadDeviceRoleToString() function