Searched refs:ReadTimestamp (Results 1 – 4 of 4) sorted by relevance
197 SuccessOrExit(newDataset.ReadTimestamp(aType, newTimestamp)); in HandleDatasetChanged()198 SuccessOrExit(requestedDataset.ReadTimestamp(aType, requestedTimestamp)); in HandleDatasetChanged()
84 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()
479 Error ReadTimestamp(Type aType, Timestamp &aTimestamp) const;
544 Error Dataset::ReadTimestamp(Type aType, Timestamp &aTimestamp) const in ReadTimestamp() function in ot::MeshCoP::Dataset