Home
last modified time | relevance | path

Searched refs:OT_ERROR_ABORT (Results 1 – 8 of 8) sorted by relevance

/external/openthread/include/openthread/
Derror.h118 OT_ERROR_ABORT = 11, enumerator
/external/ot-br-posix/src/dbus/common/
Derror.hpp111 OT_ERROR_ABORT = 11, enumerator
/external/ot-br-posix/src/dbus/server/
Derror_helper.cpp48 {OT_ERROR_ABORT, OPENTHREAD_ERROR_PREFIX ".Abort"},
/external/openthread/src/core/common/
Derror.hpp67 constexpr Error kErrorAbort = OT_ERROR_ABORT;
/external/ot-br-posix/src/dbus/client/
Dclient_error.cpp52 {ClientError::OT_ERROR_ABORT, OTBR_OPENTHREAD_ERROR_PREFIX ".Abort"},
/external/openthread/src/posix/platform/
Dtrel.cpp183 error = OT_ERROR_ABORT; in SendPacket()
/external/openthread/examples/platforms/simulation/
Dradio.c978 error = OT_ERROR_ABORT); in radioProcessFrame()
999 if (error != OT_ERROR_ABORT) in radioProcessFrame()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp2309 mTxError = OT_ERROR_ABORT; in RecoverFromRcpFailure()