Home
last modified time | relevance | path

Searched refs:aNetworkTime (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/api/
Dnetwork_time_api.cpp44 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime) in otNetworkTimeGet() argument
46 AssertPointerIsNotNull(aNetworkTime); in otNetworkTimeGet()
48 return MapEnum(AsCoreType(aInstance).Get<TimeSync>().GetTime(*aNetworkTime)); in otNetworkTimeGet()
/openthread-latest/src/core/thread/
Dtime_sync_service.cpp65 TimeSync::Status TimeSync::GetTime(uint64_t &aNetworkTime) const in GetTime()
67aNetworkTime = static_cast<uint64_t>(static_cast<int64_t>(Get<Radio>().GetNow()) + mNetworkTimeOff… in GetTime()
Dtime_sync_service.hpp83 Status GetTime(uint64_t &aNetworkTime) const;
/openthread-latest/include/openthread/
Dnetwork_time.h82 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime);