Home
last modified time | relevance | path

Searched refs:MessagePriorityToString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/cli/
H A Dcli_history.cpp1004 const char *History::MessagePriorityToString(uint8_t aPriority) in MessagePriorityToString() function in ot::Cli::History
1187 MessagePriorityToString(aInfo.mPriority)); in OutputRxTxEntryListFormat()
1215 MessagePriorityToString(aInfo.mPriority)); in OutputRxTxEntryTableFormat()
H A Dcli_history.hpp103 static const char *MessagePriorityToString(uint8_t aPriority);
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmesh_forwarder.hpp621 const char *MessagePriorityToString(const Message &aMessage);
H A Dmesh_forwarder.cpp1878 const char *MeshForwarder::MessagePriorityToString(const Message &aMessage) in MessagePriorityToString() function in ot::MeshForwarder
1938 MessagePriorityToString(aMessage), shouldLogRss ? ", rss:" : "", in LogIp6Message()
H A Dmesh_forwarder_ftd.cpp941 …headers.GetChecksum(), Ip6::Ip6::EcnToString(headers.GetEcn()), MessagePriorityToString(aMessage)); in LogMeshIpHeader()