Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset_manager.cpp55 mNetworkTimestamp.SetToInvalid(); in DatasetManager()
77 mNetworkTimestamp.SetToInvalid(); in Restore()
86 mNetworkTimestamp = mLocalTimestamp; in Restore()
250 mNetworkTimestamp.SetToInvalid(); in Clear()
275 if ((aDataset.ReadTimestamp(mType, mNetworkTimestamp) == kErrorNone) && IsActiveDataset()) in Save()
280 compare = Timestamp::Compare(mNetworkTimestamp, mLocalTimestamp); in Save()
444 VerifyOrExit(mNetworkTimestamp < mLocalTimestamp, error = kErrorAlready); in SyncLocalWithLeader()
861 …setManager::IsPartiallyComplete(void) const { return mLocalSaved && !mNetworkTimestamp.IsValid(); } in IsPartiallyComplete()
863 bool ActiveDatasetManager::IsComplete(void) const { return mLocalSaved && mNetworkTimestamp.IsValid… in IsComplete()
Ddataset_manager.hpp82 const Timestamp &GetTimestamp(void) const { return mNetworkTimestamp; } in GetTimestamp()
317 Timestamp mNetworkTimestamp; member in ot::MeshCoP::DatasetManager