Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread.h761 const char *otThreadDeviceRoleToString(otDeviceRole aRole);
/external/openthread/src/cli/
Dcli_history.cpp676 ageString, otThreadDeviceRoleToString(info->mRole), in Process()
Dcli.cpp6448 OutputLine("%s", otThreadDeviceRoleToString(otThreadGetDeviceRole(GetInstancePtr()))); in Process()
/external/openthread/src/core/api/
Dthread_api.cpp317 const char *otThreadDeviceRoleToString(otDeviceRole aRole) { return Mle::RoleToString(MapEnum(aRole… in otThreadDeviceRoleToString() function
/external/ot-br-posix/src/host/
Dncp_spinel.cpp420 otbrLogInfo("Device role changed to %s", otThreadDeviceRoleToString(deviceRole)); in HandleValueIs()