Home
last modified time | relevance | path

Searched refs:WriteTimestamp (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset.hpp492 Error WriteTimestamp(Type aType, const Timestamp &aTimestamp);
Ddataset.cpp561 Error Dataset::WriteTimestamp(Type aType, const Timestamp &aTimestamp) in WriteTimestamp() function in ot::MeshCoP::Dataset
/openthread-latest/src/core/thread/
Dmle.cpp5496 SuccessOrExit(error = dataset.WriteTimestamp(aDatasetType, aTimestamp)); in ReadAndSaveDataset()