Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_updater.cpp85 pendingTimestamp = Get<PendingDatasetManager>().GetTimestamp(); in RequestUpdate()
Ddataset_manager.hpp82 const Timestamp &GetTimestamp(void) const { return mNetworkTimestamp; } in GetTimestamp() function in ot::MeshCoP::DatasetManager
Ddataset_manager_ftd.cpp124 VerifyOrExit(activeTimestamp > Get<ActiveDatasetManager>().GetTimestamp()); in ProcessSetOrReplaceRequest()
Ddataset_manager.cpp974 if (activeTimestamp > Get<ActiveDatasetManager>().GetTimestamp()) in HandleDelayTimer()
/openthread-latest/src/core/mac/
Dmac_frame.hpp979 const uint64_t &GetTimestamp(void) const { return mInfo.mRxInfo.mTimestamp; } in GetTimestamp() function in ot::Mac::RxFrame
1001 return static_cast<int64_t>(GetTimeIe()->GetTime() - GetTimestamp()); in ComputeNetworkTimeOffset()
Dmac.cpp2521 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()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp222 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()
Dmle_router.cpp2125 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()
Dmle.cpp2879 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 &timestamp = Get<MeshCoP::ActiveDatasetManager>().GetTimestamp(); in AppendActiveTimestampTlv()
5141 const MeshCoP::Timestamp &timestamp = Get<MeshCoP::PendingDatasetManager>().GetTimestamp(); in AppendPendingTimestampTlv()
/openthread-latest/src/core/common/
Dmessage.hpp1147 TimeMilli GetTimestamp(void) const { return GetMetadata().mTimestamp; } in GetTimestamp() function in ot::Message
Dmessage.cpp784 messageCopy->SetTimestamp(GetTimestamp()); in Clone()
/openthread-latest/src/core/net/
Dip6.cpp751 if (now - message.GetTimestamp() >= TimeMilli::SecToMsec(kReassemblyTimeout)) in UpdateReassemblyList()