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

  /system/update_engine/
update_attempter.cc 84 const int UpdateAttempter::kMaxDeltaUpdateFailures = 3;
122 UpdateAttempter::UpdateAttempter(SystemState* system_state,
128 UpdateAttempter::~UpdateAttempter() {
137 void UpdateAttempter::Init() {
139 // this is an aggregate of various objects (such as the UpdateAttempter),
155 void UpdateAttempter::ScheduleUpdates() {
163 &UpdateAttempter::OnUpdateScheduled, base::Unretained(this));
170 void UpdateAttempter::CertificateChecked(ServerToCheck server_to_check
    [all...]
update_attempter.h 57 class UpdateAttempter : public ActionProcessorDelegate,
66 UpdateAttempter(SystemState* system_state, CertificateChecker* cert_checker);
67 ~UpdateAttempter() override;
517 DISALLOW_COPY_AND_ASSIGN(UpdateAttempter);

Completed in 206 milliseconds