Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h92 OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED = 1, ///< Address is removed. enumerator
/openthread-latest/src/cli/
Dcli_history.cpp142 …static_assert(1 == OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED, "ADDRESS_EVENT_REMOVED is incorrect"); in Process()
258 …static_assert(1 == OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED, "ADDRESS_EVENT_REMOVED is incorrect"); in Process()
/openthread-latest/src/core/utils/
Dhistory_tracker.hpp280 static constexpr AddressEvent kAddressRemoved = OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED;