Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/meshcop/
Ddataset_updater.cpp188 requestedDataset.GetActiveTimestamp(requestedDatasetTimestamp); in HandleNotifierEvents()
189 dataset.GetActiveTimestamp(activeDatasetTimestamp); in HandleNotifierEvents()
Ddataset.hpp206 …void GetActiveTimestamp(Timestamp &aTimestamp) const { aTimestamp.SetFromTimestamp(mActiveTimestam… in GetActiveTimestamp() function in ot::MeshCoP::Dataset::Info
Ddataset.cpp288 aDatasetInfo.GetActiveTimestamp(activeTimestamp); in SetFrom()