Home
last modified time | relevance | path

Searched refs:GetTime (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/api/
Dnetwork_time_api.cpp48 return MapEnum(AsCoreType(aInstance).Get<TimeSync>().GetTime(*aNetworkTime)); in otNetworkTimeGet()
/openthread-latest/src/core/thread/
Dtime_sync_service.hpp83 Status GetTime(uint64_t &aNetworkTime) const;
Dtime_sync_service.cpp65 TimeSync::Status TimeSync::GetTime(uint64_t &aNetworkTime) const in GetTime() function in ot::TimeSync
/openthread-latest/src/core/mac/
Dmac_header_ie.hpp268 uint64_t GetTime(void) const { return LittleEndian::HostSwap64(mTime); } in GetTime() function in ot::Mac::TimeIe
Dmac_frame.hpp1001 return static_cast<int64_t>(GetTimeIe()->GetTime() - GetTimestamp()); in ComputeNetworkTimeOffset()