Searched refs:HistoryTracker (Results 1 – 11 of 11) sorted by relevance
| /openthread-latest/src/core/api/ |
| D | history_tracker_api.cpp | 50 …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/ |
| D | history_tracker.cpp | 46 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 …]
|
| D | history_tracker.hpp | 74 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/ |
| D | notifier.cpp | 143 Get<Utils::HistoryTracker>().HandleNotifierEvents(events); in EmitEvents()
|
| /openthread-latest/src/core/net/ |
| D | netif.cpp | 238 Get<Utils::HistoryTracker>().RecordAddressEvent(aEvent, aAddress, aOrigin); in SignalMulticastAddressChange() 417 Get<Utils::HistoryTracker>().RecordAddressEvent(aEvent, aAddress); in SignalUnicastAddressChange()
|
| /openthread-latest/src/core/instance/ |
| D | instance.hpp | 690 Utils::HistoryTracker mHistoryTracker; 1006 template <> inline Utils::HistoryTracker &Instance::Get(void) { return mHistoryTracker; } in Get()
|
| /openthread-latest/src/core/thread/ |
| D | neighbor_table.cpp | 292 Get<Utils::HistoryTracker>().RecordNeighborEvent(aEvent, info); in Signal()
|
| D | mesh_forwarder.hpp | 66 class HistoryTracker;
|
| D | mesh_forwarder.cpp | 1290 Get<Utils::HistoryTracker>().RecordTxMessage(*mSendMessage, aMacDest); in UpdateSendMessage() 1680 Get<Utils::HistoryTracker>().RecordRxMessage(aMessage, aMacSource); in HandleDatagram()
|
| D | router_table.cpp | 890 Get<Utils::HistoryTracker>().RecordRouterTableChange(); in HandleTableChanged()
|
| D | mle.cpp | 834 Get<Utils::HistoryTracker>().RecordNetworkInfo(); in SetDeviceMode()
|