Searched refs:OT_HISTORY_TRACKER_ROUTER_EVENT_ADDED (Results 1 – 3 of 3) sorted by relevance
201 … OT_HISTORY_TRACKER_ROUTER_EVENT_ADDED = 0, ///< Router is added (router ID allocated). enumerator
306 static constexpr RouterEvent kRouterAdded = OT_HISTORY_TRACKER_ROUTER_EVENT_ADDED;
278 static_assert(0 == OT_HISTORY_TRACKER_ROUTER_EVENT_ADDED, "EVENT_ADDED is incorrect"); in Process()