Home
last modified time | relevance | path

Searched refs:NetDataEvent (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dhistory_tracker.hpp298 typedef otHistoryTrackerNetDataEvent NetDataEvent; typedef in ot::Utils::HistoryTracker
300 static constexpr NetDataEvent kNetDataEntryAdded = OT_HISTORY_TRACKER_NET_DATA_ENTRY_ADDED;
301 static constexpr NetDataEvent kNetDataEntryRemoved = OT_HISTORY_TRACKER_NET_DATA_ENTRY_REMOVED;
408 … void RecordOnMeshPrefixEvent(NetDataEvent aEvent, const NetworkData::OnMeshPrefixConfig &aPrefix);
409 …void RecordExternalRouteEvent(NetDataEvent aEvent, const NetworkData::ExternalRouteConfig &aRoute);
Dhistory_tracker.cpp402 void HistoryTracker::RecordOnMeshPrefixEvent(NetDataEvent aEvent, const NetworkData::OnMeshPrefixCo… in RecordOnMeshPrefixEvent()
414 void HistoryTracker::RecordExternalRouteEvent(NetDataEvent aEvent, const NetworkData::ExternalRoute… in RecordExternalRouteEvent()