Searched refs:mTimestampPresent (Results 1 – 2 of 2) sorted by relevance
89 bool IsTimestampPresent(void) const { return mTimestampPresent; } in IsTimestampPresent()97 const Timestamp *GetTimestamp(void) const { return mTimestampPresent ? &mTimestamp : nullptr; } in GetTimestamp()198 bool mTimestampPresent : 1; ///< Whether a timestamp is present member in ot::MeshCoP::DatasetLocal
58 , mTimestampPresent(false) in DatasetLocal()71 mTimestampPresent = false; in Clear()79 mTimestampPresent = false; in Restore()85 mTimestampPresent = (aDataset.GetTimestamp(mType, mTimestamp) == kErrorNone); in Restore()213 mTimestampPresent = (aDataset.GetTimestamp(mType, mTimestamp) == kErrorNone); in Save()