Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_history.hpp98 static const char *MessagePriorityToString(uint8_t aPriority);
Dcli_history.cpp317 const char *History::MessagePriorityToString(uint8_t aPriority) in MessagePriorityToString() function in ot::Cli::History
500 MessagePriorityToString(aInfo.mPriority)); in OutputRxTxEntryListFormat()
528 MessagePriorityToString(aInfo.mPriority)); in OutputRxTxEntryTableFormat()
/external/openthread/src/core/thread/
Dmesh_forwarder.hpp551 const char *MessagePriorityToString(const Message &aMessage);
Dmesh_forwarder.cpp1929 const char *MeshForwarder::MessagePriorityToString(const Message &aMessage) in MessagePriorityToString() function in ot::MeshForwarder
1991 MessagePriorityToString(aMessage), shouldLogRss ? ", rss:" : "", in LogIp6Message()
Dmesh_forwarder_ftd.cpp1054 …headers.GetChecksum(), Ip6::Ip6::EcnToString(headers.GetEcn()), MessagePriorityToString(aMessage)); in LogMeshIpHeader()