Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_android.cc99 UpdateAttempterAndroid::UpdateAttempterAndroid( in UpdateAttempterAndroid() function in chromeos_update_engine::UpdateAttempterAndroid
114 UpdateAttempterAndroid::~UpdateAttempterAndroid() { in ~UpdateAttempterAndroid()
120 void UpdateAttempterAndroid::Init() { in Init()
131 bool UpdateAttempterAndroid::ApplyPayload( in ApplyPayload()
291 bool UpdateAttempterAndroid::SuspendUpdate(brillo::ErrorPtr* error) { in SuspendUpdate()
298 bool UpdateAttempterAndroid::ResumeUpdate(brillo::ErrorPtr* error) { in ResumeUpdate()
305 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) { in CancelUpdate()
312 bool UpdateAttempterAndroid::ResetStatus(brillo::ErrorPtr* error) { in ResetStatus()
355 bool UpdateAttempterAndroid::VerifyPayloadApplicable( in VerifyPayloadApplicable()
452 void UpdateAttempterAndroid::ProcessingDone(const ActionProcessor* processor, in ProcessingDone()
[all …]
Dupdate_attempter_android.h45 class UpdateAttempterAndroid
53 UpdateAttempterAndroid(DaemonStateInterface* daemon_state,
57 ~UpdateAttempterAndroid() override;
194 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.cc168 UpdateAttempterAndroid update_attempter( in ApplyUpdatePayload()
Dupdate_attempter_android_unittest.cc60 UpdateAttempterAndroid update_attempter_android_{