Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dhistory_tracker.h201OT_HISTORY_TRACKER_ROUTER_EVENT_ADDED = 0, ///< Router is added (router ID allocated). enumerator
/openthread-3.5.0/src/core/utils/
Dhistory_tracker.hpp306 static constexpr RouterEvent kRouterAdded = OT_HISTORY_TRACKER_ROUTER_EVENT_ADDED;
/openthread-3.5.0/src/cli/
Dcli_history.cpp278 static_assert(0 == OT_HISTORY_TRACKER_ROUTER_EVENT_ADDED, "EVENT_ADDED is incorrect"); in Process()