Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/api/
Dnetwork_time_api.cpp45 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime) in otNetworkTimeGet() argument
47 AssertPointerIsNotNull(aNetworkTime); in otNetworkTimeGet()
49 return MapEnum(AsCoreType(aInstance).Get<TimeSync>().GetTime(*aNetworkTime)); in otNetworkTimeGet()
/openthread-3.6.0/src/core/thread/
Dtime_sync_service.cpp71 TimeSync::Status TimeSync::GetTime(uint64_t &aNetworkTime) const in GetTime()
73aNetworkTime = static_cast<uint64_t>(static_cast<int64_t>(otPlatTimeGet()) + mNetworkTimeOffset); in GetTime()
Dtime_sync_service.hpp87 Status GetTime(uint64_t &aNetworkTime) const;
/openthread-3.6.0/include/openthread/
Dnetwork_time.h87 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime);