Home
last modified time | relevance | path

Searched refs:mNetworkTimeOffset (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/core/thread/
Dtime_sync_service.cpp58 , mNetworkTimeOffset(0) in TimeSync()
67 …workTime = static_cast<uint64_t>(static_cast<int64_t>(Get<Radio>().GetNow()) + mNetworkTimeOffset); in GetTime()
74 const int64_t origNetworkTimeOffset = mNetworkTimeOffset; in HandleTimeSyncMessage()
111 mNetworkTimeOffset = aMessage.GetNetworkTimeOffset(); in HandleTimeSyncMessage()
118 CheckAndHandleChanges(ABS(mNetworkTimeOffset - origNetworkTimeOffset) >= in HandleTimeSyncMessage()
Dtime_sync_service.hpp116 int64_t GetNetworkTimeOffset(void) const { return mNetworkTimeOffset; } in GetNetworkTimeOffset()
198 int64_t mNetworkTimeOffset; ///< The time offset to the Thread Network time member in ot::TimeSync
Dmesh_forwarder.hpp141 int64_t GetNetworkTimeOffset(void) const { return mNetworkTimeOffset; } in GetNetworkTimeOffset()
Dmesh_forwarder.cpp84 mNetworkTimeOffset = aFrame.ComputeNetworkTimeOffset(); in SetFrom()
/openthread-latest/include/openthread/
Dmessage.h102 int64_t mNetworkTimeOffset; ///< The time offset to the Thread network time, in microseconds. member
/openthread-latest/src/core/common/
Dmessage.hpp226 int64_t mNetworkTimeOffset; // The time offset to the Thread network time, in microseconds. member
1410 …void SetNetworkTimeOffset(int64_t aNetworkTimeOffset) { GetMetadata().mNetworkTimeOffset = aNetwor… in SetNetworkTimeOffset()
1417 int64_t GetNetworkTimeOffset(void) const { return GetMetadata().mNetworkTimeOffset; } in GetNetworkTimeOffset()
Dmessage.cpp816 aLinkInfo.mNetworkTimeOffset = GetNetworkTimeOffset(); in GetLinkInfo()
838 SetNetworkTimeOffset(aLinkInfo.mNetworkTimeOffset); in UpdateLinkInfoFrom()
/openthread-latest/include/openthread/platform/
Dradio.h235 int64_t mNetworkTimeOffset; ///< The time offset to the Thread network time. member
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp386 uint64_t time = aRadioTime + aFrame->mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset; in otMacFrameUpdateTimeIe()
/openthread-latest/src/core/mac/
Dmac_frame.hpp1281 mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset = aNetworkTimeOffset; in SetNetworkTimeOffset()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1642 … mTransmitFrame->mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset); in Transmit()
1655 … mTransmitFrame->mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset); in Transmit()