Home
last modified time | relevance | path

Searched refs:ReadTimestamp (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_updater.cpp197 SuccessOrExit(newDataset.ReadTimestamp(aType, newTimestamp)); in HandleDatasetChanged()
198 SuccessOrExit(requestedDataset.ReadTimestamp(aType, requestedTimestamp)); in HandleDatasetChanged()
Ddataset_manager.cpp84 if (aDataset.ReadTimestamp(mType, mLocalTimestamp) == kErrorNone) in Restore()
275 if ((aDataset.ReadTimestamp(mType, mNetworkTimestamp) == kErrorNone) && IsActiveDataset()) in Save()
383 if (aDataset.ReadTimestamp(mType, mLocalTimestamp) != kErrorNone) in LocalSave()
Ddataset.hpp479 Error ReadTimestamp(Type aType, Timestamp &aTimestamp) const;
Ddataset.cpp544 Error Dataset::ReadTimestamp(Type aType, Timestamp &aTimestamp) const in ReadTimestamp() function in ot::MeshCoP::Dataset