Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dhistory_tracker.h136OT_HISTORY_TRACKER_MSG_PRIORITY_NET = OT_MESSAGE_PRIORITY_HIGH + 1, ///< Network Control priori… enumerator
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_history.cpp1016 static_assert(3 == OT_HISTORY_TRACKER_MSG_PRIORITY_NET, "MSG_PRIORITY_NET value is incorrect"); in MessagePriorityToString()