Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 8 of 8) sorted by relevance

/openthread-3.7.0/tests/scripts/thread-cert/pktverify/
Derrors.py31 class Error(Exception): class
/openthread-3.7.0/src/core/backbone_router/
Dbbr_local.hpp302 void LogService(Action, Error) {} in LogService() argument
303 void LogDomainPrefix(Action, Error) {} in LogDomainPrefix() argument
/openthread-3.7.0/src/core/mac/
Dlink_raw.hpp303 void RecordFrameTransmitStatus(const TxFrame &, Error, uint8_t, bool) {} in RecordFrameTransmitStatus() argument
Dmac.cpp2277 void Mac::LogFrameTxFailure(const TxFrame &, Error, uint8_t, bool) const {} in LogFrameTxFailure() argument
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/
Dtest_psa_constant_names.py104 Error = namedtuple('Error', variable in Tests
/openthread-3.7.0/src/core/common/
Derror.hpp49 typedef otError Error; typedef
/openthread-3.7.0/src/core/thread/
Dmesh_forwarder.cpp2044 void MeshForwarder::LogMessage(MessageAction, const Message &, Error) {} in LogMessage() argument
2046 void MeshForwarder::LogMessage(MessageAction, const Message &, Error, const Mac::Address *) {} in LogMessage() argument
2048 void MeshForwarder::LogFrame(const char *, const Mac::Frame &, Error) {} in LogFrame() argument
2050 void MeshForwarder::LogFragmentFrameDrop(Error, uint16_t, const Mac::Addresses &, const Lowpan::Fra… in LogFragmentFrameDrop() argument
2054 void MeshForwarder::LogLowpanHcFrameDrop(Error, uint16_t, const Mac::Addresses &, bool) {} in LogLowpanHcFrameDrop() argument
Dmle.hpp1370 static void LogProcessError(MessageType, Error) {} in LogProcessError() argument
1371 static void LogSendError(MessageType, Error) {} in LogSendError() argument