Home
last modified time | relevance | path

Searched refs:HistoryTracker (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/core/api/
Dhistory_tracker_api.cpp50 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateNetInfoHistory(AsCoreType(aIterat… in otHistoryTrackerIterateNetInfoHistory()
60 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateUnicastAddressHistory(AsCoreType(… in otHistoryTrackerIterateUnicastAddressHistory()
71 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateMulticastAddressHistory(AsCoreTyp… in otHistoryTrackerIterateMulticastAddressHistory()
81 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateRxHistory(AsCoreType(aIterator), … in otHistoryTrackerIterateRxHistory()
90 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateTxHistory(AsCoreType(aIterator), … in otHistoryTrackerIterateTxHistory()
99 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateNeighborHistory(AsCoreType(aItera… in otHistoryTrackerIterateNeighborHistory()
108 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateRouterHistory(AsCoreType(aIterato… in otHistoryTrackerIterateRouterHistory()
117 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateOnMeshPrefixHistory(AsCoreType(aI… in otHistoryTrackerIterateOnMeshPrefixHistory()
128 …return AsCoreType(aInstance).Get<Utils::HistoryTracker>().IterateExternalRouteHistory(AsCoreType(a… in otHistoryTrackerIterateExternalRouteHistory()
134 Utils::HistoryTracker::EntryAgeToString(aEntryAge, aBuffer, aSize); in otHistoryTrackerEntryAgeToString()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp46 HistoryTracker::HistoryTracker(Instance &aInstance) in HistoryTracker() function in ot::Utils::HistoryTracker
60 void HistoryTracker::RecordNetworkInfo(void) in RecordNetworkInfo()
77 void HistoryTracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, Messag… in RecordMessage()
181 void HistoryTracker::RecordNeighborEvent(NeighborTable::Event aEvent, const NeighborTable::EntryInf… in RecordNeighborEvent()
242 void HistoryTracker::RecordAddressEvent(Ip6::Netif::AddressEvent aEvent, in RecordAddressEvent()
262 void HistoryTracker::RecordAddressEvent(Ip6::Netif::AddressEvent aEvent, in RecordAddressEvent()
279 void HistoryTracker::RecordRouterTableChange(void) in RecordRouterTableChange()
349 void HistoryTracker::RecordNetworkDataChange(void) in RecordNetworkDataChange()
402 void HistoryTracker::RecordOnMeshPrefixEvent(NetDataEvent aEvent, const NetworkData::OnMeshPrefixCo… in RecordOnMeshPrefixEvent()
414 void HistoryTracker::RecordExternalRouteEvent(NetDataEvent aEvent, const NetworkData::ExternalRoute… in RecordExternalRouteEvent()
[all …]
Dhistory_tracker.hpp74 class HistoryTracker : public InstanceLocator, private NonCopyable class
110 friend class HistoryTracker;
143 explicit HistoryTracker(Instance &aInstance);
412 using TrackerTimer = TimerMilliIn<HistoryTracker, &HistoryTracker::HandleTimer>;
446 DefineCoreType(otHistoryTrackerIterator, Utils::HistoryTracker::Iterator);
447 DefineCoreType(otHistoryTrackerNetworkInfo, Utils::HistoryTracker::NetworkInfo);
448 DefineCoreType(otHistoryTrackerMessageInfo, Utils::HistoryTracker::MessageInfo);
449 DefineCoreType(otHistoryTrackerNeighborInfo, Utils::HistoryTracker::NeighborInfo);
450 DefineCoreType(otHistoryTrackerRouterInfo, Utils::HistoryTracker::RouterInfo);
451 DefineCoreType(otHistoryTrackerOnMeshPrefixInfo, Utils::HistoryTracker::OnMeshPrefixInfo);
[all …]
/openthread-latest/src/core/common/
Dnotifier.cpp143 Get<Utils::HistoryTracker>().HandleNotifierEvents(events); in EmitEvents()
/openthread-latest/src/core/net/
Dnetif.cpp238 Get<Utils::HistoryTracker>().RecordAddressEvent(aEvent, aAddress, aOrigin); in SignalMulticastAddressChange()
417 Get<Utils::HistoryTracker>().RecordAddressEvent(aEvent, aAddress); in SignalUnicastAddressChange()
/openthread-latest/src/core/instance/
Dinstance.hpp690 Utils::HistoryTracker mHistoryTracker;
1006 template <> inline Utils::HistoryTracker &Instance::Get(void) { return mHistoryTracker; } in Get()
/openthread-latest/src/core/thread/
Dneighbor_table.cpp292 Get<Utils::HistoryTracker>().RecordNeighborEvent(aEvent, info); in Signal()
Dmesh_forwarder.hpp66 class HistoryTracker;
Dmesh_forwarder.cpp1290 Get<Utils::HistoryTracker>().RecordTxMessage(*mSendMessage, aMacDest); in UpdateSendMessage()
1680 Get<Utils::HistoryTracker>().RecordRxMessage(aMessage, aMacSource); in HandleDatagram()
Drouter_table.cpp890 Get<Utils::HistoryTracker>().RecordRouterTableChange(); in HandleTableChanged()
Dmle.cpp834 Get<Utils::HistoryTracker>().RecordNetworkInfo(); in SetDeviceMode()