Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dmessage.hpp643 static const char *PriorityToString(Priority aPriority);
Dmessage.cpp357 const char *Message::PriorityToString(Priority aPriority) in PriorityToString() function in ot::Message
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp1803 return Message::PriorityToString(aMessage.GetPriority()); in MessagePriorityToString()