Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dupdate_attempter_android.h215 base::TimeTicks last_notify_time_; variable
Dupdate_attempter_android.cc667 TimeTicks::Now() - last_notify_time_ >= in ProgressUpdate()
742 last_notify_time_ = TimeTicks::Now(); in SetStatusAndNotify()
/system/update_engine/cros/
Dupdate_attempter.h461 base::TimeTicks last_notify_time_; variable
Dupdate_attempter.cc1384 TimeTicks::Now() - last_notify_time_ >= in ProgressUpdate()
1485 last_notify_time_ = TimeTicks::Now(); in BroadcastStatus()