Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dhistory_tracker.h97 OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED = 1, ///< Address is removed. enumerator
/external/openthread/src/cli/
Dcli_history.cpp86 …static_assert(1 == OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED, "ADDRESS_EVENT_REMOVED is incorrect"); in Process()
154 …static_assert(1 == OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED, "ADDRESS_EVENT_REMOVED is incorrect"); in Process()
/external/openthread/src/core/utils/
Dhistory_tracker.hpp274 static constexpr AddressEvent kAddressRemoved = OT_HISTORY_TRACKER_ADDRESS_EVENT_REMOVED;