Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dtime_sync_service.cpp55 , mLastTimeSyncSent(0) in TimeSync()
141 (TimerMilli::GetNow() - mLastTimeSyncSent > Time::SecToMsec(mTimeSyncPeriod))) in ProcessTimeSync()
153 mLastTimeSyncSent = TimerMilli::GetNow(); in ProcessTimeSync()
Dtime_sync_service.hpp195 TimeMilli mLastTimeSyncSent; ///< The time when the last time synchronization message was sent. member in ot::TimeSync