Home
last modified time | relevance | path

Searched refs:SendStatusUpdate (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/
Dservice_observer_interface.h34 virtual void SendStatusUpdate(int64_t last_checked_time,
Dweave_service.h39 void SendStatusUpdate(int64_t last_checked_time,
Dbinder_service_android.h48 void SendStatusUpdate(int64_t last_checked_time,
Dweave_service.cc65 void WeaveService::SendStatusUpdate(int64_t /* last_checked_time */, in SendStatusUpdate() function in chromeos_update_engine::WeaveService
Dbinder_service_android.cc42 void BinderUpdateEngineAndroidService::SendStatusUpdate( in SendStatusUpdate() function in chromeos_update_engine::BinderUpdateEngineAndroidService
Dbinder_service_brillo.h49 void SendStatusUpdate(int64_t last_checked_time,
Ddbus_service.h170 void SendStatusUpdate(int64_t last_checked_time,
Ddbus_service.cc175 void UpdateEngineAdaptor::SendStatusUpdate(int64_t last_checked_time, in SendStatusUpdate() function in chromeos_update_engine::UpdateEngineAdaptor
Dsideload_main.cc84 void SendStatusUpdate(int64_t last_checked_time, in SendStatusUpdate() function in chromeos_update_engine::__anon1f39b2d70211::SideloadDaemonState
Dbinder_service_brillo.cc230 void BinderUpdateEngineBrilloService::SendStatusUpdate( in SendStatusUpdate() function in chromeos_update_engine::BinderUpdateEngineBrilloService
Dupdate_attempter_android.cc430 observer->SendStatusUpdate( in SetStatusAndNotify()
Dupdate_attempter.cc1215 observer->SendStatusUpdate(last_checked_time_, in UpdateAttempter()