Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h91 OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED = 0, ///< Address is added. enumerator
/openthread-latest/src/cli/
Dcli_history.cpp141 static_assert(0 == OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED, "ADDRESS_EVENT_ADDED is incorrect"); in Process()
257 static_assert(0 == OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED, "ADDRESS_EVENT_ADDED is incorrect"); in Process()
/openthread-latest/src/core/utils/
Dhistory_tracker.hpp279 static constexpr AddressEvent kAddressAdded = OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED;