Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/meshcop/
Ddataset_manager.cpp59 , mTimestampValid(false) in DatasetManager()
66 const Timestamp *DatasetManager::GetTimestamp(void) const { return mTimestampValid ? &mTimestamp : … in GetTimestamp()
75 mTimestampValid = false; in Restore()
79 mTimestampValid = (dataset.GetTimestamp(GetType(), mTimestamp) == kErrorNone); in Restore()
107 mTimestampValid = false; in Clear()
123 mTimestampValid = true; in Save()
131 compare = Timestamp::Compare(mTimestampValid ? &mTimestamp : nullptr, mLocal.GetTimestamp()); in Save()
634 …iveDatasetManager::IsPartiallyComplete(void) const { return mLocal.IsSaved() && !mTimestampValid; } in IsPartiallyComplete()
691 mTimestampValid = false; in ClearNetwork()
Ddataset_manager.hpp333 bool mTimestampValid : 1; member in ot::MeshCoP::DatasetManager