Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/meshcop/
Ddataset_updater.cpp91 pendingTimestamp = Get<PendingDatasetManager>().GetTimestamp(); in RequestUpdate()
Ddataset_manager.hpp74 const Timestamp &GetTimestamp(void) const { return mNetworkTimestamp; } in GetTimestamp() function in ot::MeshCoP::DatasetManager
Ddataset_manager_ftd.cpp142 VerifyOrExit(activeTimestamp > Get<ActiveDatasetManager>().GetTimestamp()); in ProcessSetOrReplaceRequest()
Ddataset_manager.cpp904 if (activeTimestamp > Get<ActiveDatasetManager>().GetTimestamp()) in HandleDelayTimer()
/openthread-3.7.0/src/core/mac/
Dmac_frame.hpp1221 const uint64_t &GetTimestamp(void) const { return mInfo.mRxInfo.mTimestamp; } in GetTimestamp() function in ot::Mac::RxFrame
1245 return static_cast<int64_t>(GetTimeIe()->GetTime() - GetTimestamp()); in ComputeNetworkTimeOffset()
Dmac.cpp2378 child->SetLastRxTimestamp(aFrame.GetTimestamp()); in ProcessCsl()
2380 … ToUlong(static_cast<uint32_t>(aFrame.GetTimestamp())), aFrame.GetSequence(), csl->GetPeriod(), in ProcessCsl()
/openthread-3.7.0/src/core/thread/
Dmesh_forwarder.cpp266 uint32_t timeInQueue = TimerMilli::GetNow() - aMessage.GetTimestamp(); in UpdateEcnOrDrop()
542 uint32_t timeInQueue = TimerMilli::GetNow() - aMessage.GetTimestamp(); in UpdateFor()
1592 if (now - message.GetTimestamp() >= TimeMilli::SecToMsec(kReassemblyTimeout)) in UpdateReassemblyList()
Dmle_router.cpp2023 if (timestamp == Get<MeshCoP::ActiveDatasetManager>().GetTimestamp()) in HandleChildIdRequest()
2041 if (timestamp == Get<MeshCoP::PendingDatasetManager>().GetTimestamp()) in HandleChildIdRequest()
2506 if (timestamp == Get<MeshCoP::ActiveDatasetManager>().GetTimestamp()) in HandleDataRequest()
2524 if (timestamp == Get<MeshCoP::PendingDatasetManager>().GetTimestamp()) in HandleDataRequest()
Dmle.cpp2937 if (activeTimestamp != Get<MeshCoP::ActiveDatasetManager>().GetTimestamp()) in HandleLeaderData()
2965 if (pendingTimestamp != Get<MeshCoP::PendingDatasetManager>().GetTimestamp()) in HandleLeaderData()
3691 … = MeshCoP::Timestamp::Compare(timestamp, Get<MeshCoP::ActiveDatasetManager>().GetTimestamp()); in HandleAnnounce()
4728 const MeshCoP::Timestamp &timestamp = Get<MeshCoP::ActiveDatasetManager>().GetTimestamp(); in AppendActiveTimestampTlv()
4740 const MeshCoP::Timestamp &timestamp = Get<MeshCoP::PendingDatasetManager>().GetTimestamp(); in AppendPendingTimestampTlv()
/openthread-3.7.0/src/core/common/
Dmessage.hpp1089 TimeMilli GetTimestamp(void) const { return GetMetadata().mTimestamp; } in GetTimestamp() function in ot::Message
Dmessage.cpp782 messageCopy->SetTimestamp(GetTimestamp()); in Clone()
/openthread-3.7.0/src/core/net/
Dip6.cpp750 if (now - message.GetTimestamp() >= TimeMilli::SecToMsec(kIp6ReassemblyTimeout)) in UpdateReassemblyList()