Searched refs:mTimestampValid (Results 1 – 2 of 2) sorted by relevance
59 , 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()
333 bool mTimestampValid : 1; member in ot::MeshCoP::DatasetManager