Home
last modified time | relevance | path

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

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