Searched refs:GetTimestamp (Results 1 – 12 of 12) sorted by relevance
85 pendingTimestamp = Get<PendingDatasetManager>().GetTimestamp(); in RequestUpdate()
82 const Timestamp &GetTimestamp(void) const { return mNetworkTimestamp; } in GetTimestamp() function in ot::MeshCoP::DatasetManager
124 VerifyOrExit(activeTimestamp > Get<ActiveDatasetManager>().GetTimestamp()); in ProcessSetOrReplaceRequest()
974 if (activeTimestamp > Get<ActiveDatasetManager>().GetTimestamp()) in HandleDelayTimer()
979 const uint64_t &GetTimestamp(void) const { return mInfo.mRxInfo.mTimestamp; } in GetTimestamp() function in ot::Mac::RxFrame1001 return static_cast<int64_t>(GetTimeIe()->GetTime() - GetTimestamp()); in ComputeNetworkTimeOffset()
2521 neighbor->SetLastRxTimestamp(aFrame.GetTimestamp()); in ProcessCsl()2523 … ToUlong(static_cast<uint32_t>(aFrame.GetTimestamp())), aFrame.GetSequence(), csl->GetPeriod(), in ProcessCsl()2664 …rvTimestampUs = aFrame.GetTimestamp() + kRadioHeaderPhrDuration + aFrame.GetLength() * kOctetDurat… in HandleWakeupFrame()
222 uint32_t timeInQueue = TimerMilli::GetNow() - aMessage.GetTimestamp(); in UpdateEcnOrDrop()495 uint32_t timeInQueue = TimerMilli::GetNow() - aMessage.GetTimestamp(); in UpdateFor()1609 if (now - message.GetTimestamp() >= TimeMilli::SecToMsec(kReassemblyTimeout)) in UpdateReassemblyList()
2125 if (timestamp == Get<MeshCoP::ActiveDatasetManager>().GetTimestamp()) in HandleChildIdRequest()2143 if (timestamp == Get<MeshCoP::PendingDatasetManager>().GetTimestamp()) in HandleChildIdRequest()2609 if (timestamp == Get<MeshCoP::ActiveDatasetManager>().GetTimestamp()) in HandleDataRequest()2627 if (timestamp == Get<MeshCoP::PendingDatasetManager>().GetTimestamp()) in HandleDataRequest()
2879 if (activeTimestamp != Get<MeshCoP::ActiveDatasetManager>().GetTimestamp()) in HandleLeaderData()2907 if (pendingTimestamp != Get<MeshCoP::PendingDatasetManager>().GetTimestamp()) in HandleLeaderData()3674 … = MeshCoP::Timestamp::Compare(timestamp, Get<MeshCoP::ActiveDatasetManager>().GetTimestamp()); in HandleAnnounce()5129 const MeshCoP::Timestamp ×tamp = Get<MeshCoP::ActiveDatasetManager>().GetTimestamp(); in AppendActiveTimestampTlv()5141 const MeshCoP::Timestamp ×tamp = Get<MeshCoP::PendingDatasetManager>().GetTimestamp(); in AppendPendingTimestampTlv()
1147 TimeMilli GetTimestamp(void) const { return GetMetadata().mTimestamp; } in GetTimestamp() function in ot::Message
784 messageCopy->SetTimestamp(GetTimestamp()); in Clone()
751 if (now - message.GetTimestamp() >= TimeMilli::SecToMsec(kReassemblyTimeout)) in UpdateReassemblyList()