Home
last modified time | relevance | path

Searched refs:TimestampTlvFor (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset.cpp547 const Tlv *tlv = FindTlv(TimestampTlvFor(aType)); in ReadTimestamp()
563 return WriteTlv(TimestampTlvFor(aType), &aTimestamp, sizeof(Timestamp)); in WriteTimestamp()
566 void Dataset::RemoveTimestamp(Type aType) { RemoveTlv(TimestampTlvFor(aType)); } in RemoveTimestamp()
Ddataset.hpp652 static Tlv::Type TimestampTlvFor(Type aType) in TimestampTlvFor() function in ot::MeshCoP::Dataset