Home
last modified time | relevance | path

Searched refs:kPendingTimestamp (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/src/core/meshcop/
Ddataset.cpp236 case Tlv::kPendingTimestamp: in ConvertTo()
267 RemoveTlv(Tlv::kPendingTimestamp); in Set()
297 IgnoreError(SetTlv(Tlv::kPendingTimestamp, pendingTimestamp)); in SetFrom()
392 …IgnoreError(SetTlv((aType == kActive) ? Tlv::kActiveTimestamp : Tlv::kPendingTimestamp, aTimestamp… in SetTimestamp()
476 ((aType == kPending) && (cur->GetType() == Tlv::kPendingTimestamp))) in AppendMleDatasetTlv()
602 RemoveTlv(Tlv::kPendingTimestamp); in ConvertToActive()
Dmeshcop_tlvs.hpp111kPendingTimestamp = OT_MESHCOP_TLV_PENDINGTIMESTAMP, ///< Pending Timestamp TLV enumerator
1154 class PendingTimestampTlv : public Tlv, public SimpleTlvInfo<Tlv::kPendingTimestamp, Timestamp>
1163 SetType(kPendingTimestamp); in Init()
Ddataset_local.cpp106 aDataset.RemoveTlv(Tlv::kPendingTimestamp); in Read()
Ddataset_manager.cpp528 datasetTlvs[length++] = Tlv::kPendingTimestamp; in SendGetRequest()
/openthread-3.5.0/src/core/thread/
Dmle_tlvs.hpp102 kPendingTimestamp = 23, ///< Pending Timestamp TLV enumerator
233 typedef SimpleTlvInfo<Tlv::kPendingTimestamp, MeshCoP::Timestamp> PendingTimestampTlv;