Home
last modified time | relevance | path

Searched refs:UpdateAttempterAndroid (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Dupdate_attempter_android.cc132 UpdateAttempterAndroid::UpdateAttempterAndroid( in UpdateAttempterAndroid() function in chromeos_update_engine::UpdateAttempterAndroid
147 UpdateAttempterAndroid::~UpdateAttempterAndroid() { in ~UpdateAttempterAndroid()
153 void UpdateAttempterAndroid::Init() { in Init()
170 bool UpdateAttempterAndroid::ApplyPayload( in ApplyPayload()
314 bool UpdateAttempterAndroid::ApplyPayload( in ApplyPayload()
327 bool UpdateAttempterAndroid::SuspendUpdate(brillo::ErrorPtr* error) { in SuspendUpdate()
334 bool UpdateAttempterAndroid::ResumeUpdate(brillo::ErrorPtr* error) { in ResumeUpdate()
341 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) { in CancelUpdate()
348 bool UpdateAttempterAndroid::ResetStatus(brillo::ErrorPtr* error) { in ResetStatus()
406 bool UpdateAttempterAndroid::VerifyPayloadParseManifest( in VerifyPayloadParseManifest()
[all …]
Dupdate_attempter_android.h47 class UpdateAttempterAndroid
57 UpdateAttempterAndroid(DaemonStateInterface* daemon_state,
61 ~UpdateAttempterAndroid() override;
244 DISALLOW_COPY_AND_ASSIGN(UpdateAttempterAndroid);
Ddaemon_state_android.h66 std::unique_ptr<UpdateAttempterAndroid> update_attempter_;
Ddaemon_state_android.cc67 update_attempter_.reset(new UpdateAttempterAndroid( in Initialize()
Dsideload_main.cc157 UpdateAttempterAndroid update_attempter( in ApplyUpdatePayload()
Dupdate_attempter_android_unittest.cc66 UpdateAttempterAndroid update_attempter_android_{