Home
last modified time | relevance | path

Searched refs:NetworkInfo (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/utils/
Dhistory_tracker.hpp129 typedef otHistoryTrackerNetworkInfo NetworkInfo; ///< Thread network info. typedef in ot::Utils::HistoryTracker
156 const NetworkInfo *IterateNetInfoHistory(Iterator &aIterator, uint32_t &aEntryAge) const in IterateNetInfoHistory()
414 EntryList<NetworkInfo, kNetInfoListSize> mNetInfoHistory;
447 DefineCoreType(otHistoryTrackerNetworkInfo, Utils::HistoryTracker::NetworkInfo);
Dhistory_tracker.cpp62 NetworkInfo *entry = mNetInfoHistory.AddNewEntry(); in RecordNetworkInfo()
/openthread-latest/src/core/common/
Dsettings.hpp133 class NetworkInfo : private Clearable<NetworkInfo> class in ot::SettingsBase
136 friend class Clearable<NetworkInfo>;
Dsettings.cpp49 void SettingsBase::NetworkInfo::Log(Action aAction) const in Log()
505 reinterpret_cast<const NetworkInfo *>(aValue)->Log(aAction); in Log()
/openthread-latest/src/core/thread/
Dmle.cpp368 Settings::NetworkInfo networkInfo; in Restore()
468 Settings::NetworkInfo networkInfo; in Store()