Searched refs:OT_ERROR_GENERIC (Results 1 – 6 of 6) sorted by relevance
/external/openthread/examples/platforms/simulation/ |
D | uart.c | 102 … 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/ |
D | error.h | 250 OT_ERROR_GENERIC = 255, enumerator
|
/external/ot-br-posix/src/dbus/common/ |
D | error.hpp | 227 OT_ERROR_GENERIC = 255, enumerator
|
/external/ot-br-posix/src/dbus/server/ |
D | error_helper.cpp | 37 {OT_ERROR_GENERIC, OPENTHREAD_ERROR_PREFIX ".Generic"},
|
/external/openthread/src/core/common/ |
D | error.hpp | 92 constexpr Error kErrorGeneric = OT_ERROR_GENERIC;
|
/external/ot-br-posix/src/dbus/client/ |
D | client_error.cpp | 41 {ClientError::OT_ERROR_GENERIC, OTBR_OPENTHREAD_ERROR_PREFIX ".Generic"},
|