Searched defs:Error (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | errors.py | 31 class Error(Exception): class
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_local.hpp | 279 void LogService(Action, Error) {} in LogService() argument 280 void LogDomainPrefix(Action, Error) {} in LogDomainPrefix() argument
|
/openthread-latest/src/core/mac/ |
D | link_raw.hpp | 289 void RecordFrameTransmitStatus(const TxFrame &, Error, uint8_t, bool) {} in RecordFrameTransmitStatus() argument
|
D | mac.cpp | 2408 void Mac::LogFrameTxFailure(const TxFrame &, Error, uint8_t, bool) const {} in LogFrameTxFailure() argument
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_psa_constant_names.py | 104 Error = namedtuple('Error', variable in Tests
|
/openthread-latest/src/core/common/ |
D | error.hpp | 48 typedef otError Error; typedef
|
/openthread-latest/src/core/thread/ |
D | mesh_forwarder.cpp | 2012 void MeshForwarder::LogMessage(MessageAction, const Message &, Error) {} in LogMessage() argument 2014 void MeshForwarder::LogMessage(MessageAction, const Message &, Error, const Mac::Address *) {} in LogMessage() argument 2016 void MeshForwarder::LogFrame(const char *, const Mac::Frame &, Error) {} in LogFrame() argument 2018 void MeshForwarder::LogFragmentFrameDrop(Error, const RxInfo &, const Lowpan::FragmentHeader &) {} in LogFragmentFrameDrop() argument 2020 void MeshForwarder::LogLowpanHcFrameDrop(Error, const RxInfo &) {} in LogLowpanHcFrameDrop() argument
|
D | mle.hpp | 1441 static void LogProcessError(MessageType, Error) {} in LogProcessError() argument 1442 static void LogSendError(MessageType, Error) {} in LogSendError() argument
|