Searched refs:pendingTimestamp (Results 1 – 5 of 5) sorted by relevance
63 Timestamp pendingTimestamp; in RequestUpdate() local85 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()
76 Timestamp pendingTimestamp; in ProcessSetOrReplaceRequest() local78 SuccessOrExit(dataset.Read<PendingTimestampTlv>(pendingTimestamp)); in ProcessSetOrReplaceRequest()79 VerifyOrExit(pendingTimestamp > mLocalTimestamp); in ProcessSetOrReplaceRequest()
435 Timestamp pendingTimestamp; in WriteTlvsFrom() local437 aDatasetInfo.Get<kPendingTimestamp>(pendingTimestamp); in WriteTlvsFrom()438 SuccessOrExit(error = Write<PendingTimestampTlv>(pendingTimestamp)); in WriteTlvsFrom()
2845 MeshCoP::Timestamp pendingTimestamp; in HandleLeaderData() local2898 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()
1245 const otTimestamp &pendingTimestamp = aDataset.mPendingTimestamp; in EncodeOperationalDataset() local1249 SuccessOrExit(error = mEncoder.WriteUint64(pendingTimestamp.mSeconds)); in EncodeOperationalDataset()