Home
last modified time | relevance | path

Searched refs:GetNetworkTimeOffset (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/thread/
Dtime_sync_service.hpp116 int64_t GetNetworkTimeOffset(void) const { return mNetworkTimeOffset; } in GetNetworkTimeOffset() function in ot::TimeSync
Dtime_sync_service.cpp111 mNetworkTimeOffset = aMessage.GetNetworkTimeOffset(); in HandleTimeSyncMessage()
Dmesh_forwarder.hpp141 int64_t GetNetworkTimeOffset(void) const { return mNetworkTimeOffset; } in GetNetworkTimeOffset() function in ot::ThreadLinkInfo
/openthread-latest/src/core/common/
Dmessage.hpp1417 int64_t GetNetworkTimeOffset(void) const { return GetMetadata().mNetworkTimeOffset; } in GetNetworkTimeOffset() function in ot::Message
Dmessage.cpp816 aLinkInfo.mNetworkTimeOffset = GetNetworkTimeOffset(); in GetLinkInfo()
/openthread-latest/src/core/mac/
Dmac.cpp1080 frame->SetNetworkTimeOffset(Get<TimeSync>().GetNetworkTimeOffset()); in BeginTransmit()