Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset_updater.cpp63 Timestamp pendingTimestamp; in RequestUpdate() local
85 pendingTimestamp = Get<PendingDatasetManager>().GetTimestamp(); in RequestUpdate()
87 if (!pendingTimestamp.IsValid()) in RequestUpdate()
89 pendingTimestamp.Clear(); in RequestUpdate()
92 pendingTimestamp.AdvanceRandomTicks(); in RequestUpdate()
93 SuccessOrExit(error = aDataset.Write<PendingTimestampTlv>(pendingTimestamp)); in RequestUpdate()
Ddataset_manager_ftd.cpp76 Timestamp pendingTimestamp; in ProcessSetOrReplaceRequest() local
78 SuccessOrExit(dataset.Read<PendingTimestampTlv>(pendingTimestamp)); in ProcessSetOrReplaceRequest()
79 VerifyOrExit(pendingTimestamp > mLocalTimestamp); in ProcessSetOrReplaceRequest()
Ddataset.cpp435 Timestamp pendingTimestamp; in WriteTlvsFrom() local
437 aDatasetInfo.Get<kPendingTimestamp>(pendingTimestamp); in WriteTlvsFrom()
438 SuccessOrExit(error = Write<PendingTimestampTlv>(pendingTimestamp)); in WriteTlvsFrom()
/openthread-latest/src/core/thread/
Dmle.cpp2845 MeshCoP::Timestamp pendingTimestamp; in HandleLeaderData() local
2898 switch (Tlv::Find<PendingTimestampTlv>(aRxInfo.mMessage, pendingTimestamp)) in HandleLeaderData()
2907 if (pendingTimestamp != Get<MeshCoP::PendingDatasetManager>().GetTimestamp()) in HandleLeaderData()
2952 IgnoreError(aRxInfo.mMessage.ReadAndSavePendingDataset(pendingTimestamp)); in HandleLeaderData()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1245 const otTimestamp &pendingTimestamp = aDataset.mPendingTimestamp; in EncodeOperationalDataset() local
1249 SuccessOrExit(error = mEncoder.WriteUint64(pendingTimestamp.mSeconds)); in EncodeOperationalDataset()