Home
last modified time | relevance | path

Searched refs:LogSendError (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dmle.hpp1439 static void LogSendError(MessageType aType, Error aError);
1442 static void LogSendError(MessageType, Error) {} in LogSendError() function in ot::Mle::Mle
Dmle_router.cpp599 LogSendError(kTypeAdvertisement, error); in SendAdvertisement()
1831 LogSendError(kTypeParentResponse, error); in SendParentResponse()
3222 LogSendError(kTypeDataResponse, error); in SendDataResponse()
3371 LogSendError(kTypeAddressRelease, error); in SendAddressRelease()
Dmle.cpp4117 void Mle::LogSendError(MessageType aType, Error aError) { LogError(kMessageSend, aType, aError); } in LogSendError() function in ot::Mle::Mle