Home
last modified time | relevance | path

Searched refs:ActiveTimestampTlv (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp72 SuccessOrExit(dataset.Read<ActiveTimestampTlv>(activeTimestamp)); in ProcessSetOrReplaceRequest()
270 if (!dataset.Contains<ActiveTimestampTlv>()) in GenerateLocal()
275 IgnoreError(dataset.Write<ActiveTimestampTlv>(timestamp)); in GenerateLocal()
412 SuccessOrExit(aDataset.Read<ActiveTimestampTlv>(activeTimestamp)); in ApplyActiveDataset()
Ddataset_updater.cpp68 SuccessOrExit(activeDataset.Read<ActiveTimestampTlv>(activeTimestamp)); in RequestUpdate()
83 SuccessOrExit(error = aDataset.Write<ActiveTimestampTlv>(activeTimestamp)); in RequestUpdate()
Ddataset.cpp134 minLength = sizeof(ActiveTimestampTlv::ValueType); in IsTlvValid()
245 aDatasetInfo.Set<kActiveTimestamp>(cur->ReadValueAs<ActiveTimestampTlv>()); in ConvertTo()
430 SuccessOrExit(error = Write<ActiveTimestampTlv>(activeTimestamp)); in WriteTlvsFrom()
555 aTimestamp = tlv->ReadValueAs<ActiveTimestampTlv>(); in ReadTimestamp()
Ddataset_manager.cpp453 …if ((pendingDataset.Read<ActiveTimestampTlv>(timestamp) == kErrorNone) && (timestamp == mLocalTime… in SyncLocalWithLeader()
905 SuccessOrExit(dataset.Read<ActiveTimestampTlv>(aTimestamp)); in ReadActiveTimestamp()
972 SuccessOrExit(dataset.Read<ActiveTimestampTlv>(activeTimestamp)); in HandleDelayTimer()
Dmeshcop_tlvs.hpp508 typedef SimpleTlvInfo<Tlv::kActiveTimestamp, Timestamp> ActiveTimestampTlv; typedef
/openthread-latest/src/core/thread/
Dmle_tlvs.hpp205 typedef SimpleTlvInfo<Tlv::kActiveTimestamp, MeshCoP::Timestamp> ActiveTimestampTlv; typedef
Dmle.cpp2165 SuccessOrExit(error = Tlv::Append<ActiveTimestampTlv>(*message, activeTimestamp)); in SendAnnounce()
2870 switch (Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, activeTimestamp)) in HandleLeaderData()
3271 switch (Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, timestamp)) in HandleChildIdResponse()
3668 SuccessOrExit(error = Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, timestamp)); in HandleAnnounce()
5132 error = Tlv::Append<ActiveTimestampTlv>(*this, timestamp); in AppendActiveTimestampTlv()
Dmle_router.cpp2122 switch (Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, timestamp)) in HandleChildIdRequest()
2606 switch (Tlv::Find<ActiveTimestampTlv>(aRxInfo.mMessage, timestamp)) in HandleDataRequest()