Searched refs:EntryList (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/src/core/utils/ |
D | history_tracker.hpp | 341 template <typename Entry, uint16_t kMaxSize> class EntryList : public List class in ot::Utils::HistoryTracker 367 template <typename Entry> class EntryList<Entry, 0> : private NonCopyable class in ot::Utils::HistoryTracker 414 EntryList<NetworkInfo, kNetInfoListSize> mNetInfoHistory; 415 EntryList<UnicastAddressInfo, kUnicastAddrListSize> mUnicastAddressHistory; 416 EntryList<MulticastAddressInfo, kMulticastAddrListSize> mMulticastAddressHistory; 417 EntryList<MessageInfo, kRxListSize> mRxHistory; 418 EntryList<MessageInfo, kTxListSize> mTxHistory; 419 EntryList<NeighborInfo, kNeighborListSize> mNeighborHistory; 420 EntryList<RouterInfo, kRouterListSize> mRouterHistory; 421 EntryList<OnMeshPrefixInfo, kOnMeshPrefixListSize> mOnMeshPrefixHistory; [all …]
|