Home
last modified time | relevance | path

Searched refs:OT_HISTORY_TRACKER_MSG_PRIORITY_LOW (Results 1 – 2 of 2) sorted by relevance

/external/openthread/include/openthread/
Dhistory_tracker.h133 OT_HISTORY_TRACKER_MSG_PRIORITY_LOW = OT_MESSAGE_PRIORITY_LOW, ///< Low priority level. enumerator
/external/openthread/src/cli/
Dcli_history.cpp326 static_assert(0 == OT_HISTORY_TRACKER_MSG_PRIORITY_LOW, "MSG_PRIORITY_LOW value is incorrect"); in MessagePriorityToString()