Searched refs:mLastTimeSyncSent (Results 1 – 2 of 2) sorted by relevance
55 , mLastTimeSyncSent(0) in TimeSync()141 (TimerMilli::GetNow() - mLastTimeSyncSent > Time::SecToMsec(mTimeSyncPeriod))) in ProcessTimeSync()153 mLastTimeSyncSent = TimerMilli::GetNow(); in ProcessTimeSync()
195 TimeMilli mLastTimeSyncSent; ///< The time when the last time synchronization message was sent. member in ot::TimeSync