Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/meshcop/
Ddataset_local.hpp89 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
Ddataset_local.cpp58 , 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()