Home
last modified time | relevance | path

Searched refs:OT_ERROR_GENERIC (Results 1 – 6 of 6) sorted by relevance

/external/openthread/examples/platforms/simulation/
Duart.c102 … otEXPECT_ACTION(tcgetattr(s_in_fd, &termios) == 0, perror("tcgetattr"); error = OT_ERROR_GENERIC); in otPlatUartEnable()
119 error = OT_ERROR_GENERIC); in otPlatUartEnable()
122 …_ACTION(tcsetattr(s_in_fd, TCSANOW, &termios) == 0, perror("tcsetattr"); error = OT_ERROR_GENERIC); in otPlatUartEnable()
128 …otEXPECT_ACTION(tcgetattr(s_out_fd, &termios) == 0, perror("tcgetattr"); error = OT_ERROR_GENERIC); in otPlatUartEnable()
142 error = OT_ERROR_GENERIC); in otPlatUartEnable()
145 …ACTION(tcsetattr(s_out_fd, TCSANOW, &termios) == 0, perror("tcsetattr"); error = OT_ERROR_GENERIC); in otPlatUartEnable()
/external/openthread/include/openthread/
Derror.h250 OT_ERROR_GENERIC = 255, enumerator
/external/ot-br-posix/src/dbus/common/
Derror.hpp227 OT_ERROR_GENERIC = 255, enumerator
/external/ot-br-posix/src/dbus/server/
Derror_helper.cpp37 {OT_ERROR_GENERIC, OPENTHREAD_ERROR_PREFIX ".Generic"},
/external/openthread/src/core/common/
Derror.hpp92 constexpr Error kErrorGeneric = OT_ERROR_GENERIC;
/external/ot-br-posix/src/dbus/client/
Dclient_error.cpp41 {ClientError::OT_ERROR_GENERIC, OTBR_OPENTHREAD_ERROR_PREFIX ".Generic"},