Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset.hpp499 void RemoveTimestamp(Type aType);
Ddataset.cpp566 void Dataset::RemoveTimestamp(Type aType) { RemoveTlv(TimestampTlvFor(aType)); } in RemoveTimestamp() function in ot::MeshCoP::Dataset
/openthread-latest/src/core/thread/
Dmle.cpp5326 dataset.RemoveTimestamp(aDatasetType); in AppendDatasetTlv()