Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dhistory_tracker.h96 OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED = 0, ///< Address is added. enumerator
/external/openthread/src/cli/
Dcli_history.cpp85 static_assert(0 == OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED, "ADDRESS_EVENT_ADDED is incorrect"); in Process()
153 static_assert(0 == OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED, "ADDRESS_EVENT_ADDED is incorrect"); in Process()
/external/openthread/src/core/utils/
Dhistory_tracker.hpp273 static constexpr AddressEvent kAddressAdded = OT_HISTORY_TRACKER_ADDRESS_EVENT_ADDED;