Searched defs:UpdateAttempter (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Dupdate_attempter.h60 class UpdateAttempter : public ActionProcessorDelegate, class in namespace:chromeos_update_engine
69 UpdateAttempter(SystemState* system_state,
73 ~UpdateAttempter() override;
516 DISALLOW_COPY_AND_ASSIGN(UpdateAttempter);
H A Dupdate_attempter.cc86 const int UpdateAttempter::kMaxDeltaUpdateFailures = 3;
124 UpdateAttempter::UpdateAttempter( function in class:chromeos_update_engine::UpdateAttempter
138 UpdateAttempter::~UpdateAttempter() {
147 void UpdateAttempter::Init() {
149 // this is an aggregate of various objects (such as the UpdateAttempter),
169 void UpdateAttempter::ScheduleUpdates() {
177 &UpdateAttempter::OnUpdateScheduled, base::Unretained(this));
184 void UpdateAttempter
[all...]

Completed in 65 milliseconds