Home
last modified time | relevance | path

Searched refs:mLastTimeSyncReceived (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dtime_sync_service.cpp57 , mLastTimeSyncReceived(0) in TimeSync()
109 mLastTimeSyncReceived = TimerMilli::GetNow(); in HandleTimeSyncMessage()
180 mLastTimeSyncReceived.SetValue(0); in HandleNotifierEvents()
199 const uint32_t timeSyncLastSyncMs = TimerMilli::GetNow() - mLastTimeSyncReceived; in CheckAndHandleChanges()
213 if (mLastTimeSyncReceived.GetValue() == 0) in CheckAndHandleChanges()
Dtime_sync_service.hpp197 …TimeMilli mLastTimeSyncReceived; ///< The time when the last time synchronization message was rece… member in ot::TimeSync