Searched defs:Error (Results 1 – 8 of 8) sorted by relevance
/openthread-3.7.0/tests/scripts/thread-cert/pktverify/ |
D | errors.py | 31 class Error(Exception): class
|
/openthread-3.7.0/src/core/backbone_router/ |
D | bbr_local.hpp | 302 void LogService(Action, Error) {} in LogService() argument 303 void LogDomainPrefix(Action, Error) {} in LogDomainPrefix() argument
|
/openthread-3.7.0/src/core/mac/ |
D | link_raw.hpp | 303 void RecordFrameTransmitStatus(const TxFrame &, Error, uint8_t, bool) {} in RecordFrameTransmitStatus() argument
|
D | mac.cpp | 2277 void Mac::LogFrameTxFailure(const TxFrame &, Error, uint8_t, bool) const {} in LogFrameTxFailure() argument
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/ |
D | test_psa_constant_names.py | 104 Error = namedtuple('Error', variable in Tests
|
/openthread-3.7.0/src/core/common/ |
D | error.hpp | 49 typedef otError Error; typedef
|
/openthread-3.7.0/src/core/thread/ |
D | mesh_forwarder.cpp | 2044 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
|
D | mle.hpp | 1370 static void LogProcessError(MessageType, Error) {} in LogProcessError() argument 1371 static void LogSendError(MessageType, Error) {} in LogSendError() argument
|