HomeSort by relevance Sort by last modified time
    Searched defs:UpdateAttempter (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
update_attempter.h 61 class UpdateAttempter : public ActionProcessorDelegate,
70 UpdateAttempter(SystemState* system_state,
73 ~UpdateAttempter() override;
514 DISALLOW_COPY_AND_ASSIGN(UpdateAttempter);
update_attempter.cc 84 const int UpdateAttempter::kMaxDeltaUpdateFailures = 3;
122 UpdateAttempter::UpdateAttempter(SystemState* system_state,
135 UpdateAttempter::~UpdateAttempter() {
144 void UpdateAttempter::Init() {
146 // this is an aggregate of various objects (such as the UpdateAttempter),
166 void UpdateAttempter::ScheduleUpdates() {
174 &UpdateAttempter::OnUpdateScheduled, base::Unretained(this));
181 void UpdateAttempter::CertificateChecked(ServerToCheck server_to_check
    [all...]

Completed in 298 milliseconds