Searched refs:TimestampTlvFor (Results 1 – 2 of 2) sorted by relevance
547 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()
652 static Tlv::Type TimestampTlvFor(Type aType) in TimestampTlvFor() function in ot::MeshCoP::Dataset