• Home
  • Raw
  • Download

Lines Matching refs:UpdateAttempter

84 const int UpdateAttempter::kMaxDeltaUpdateFailures = 3;
122 UpdateAttempter::UpdateAttempter( in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter
137 UpdateAttempter::~UpdateAttempter() { in UpdateAttempter()
146 void UpdateAttempter::Init() { in UpdateAttempter()
164 void UpdateAttempter::ScheduleUpdates() { in UpdateAttempter()
172 &UpdateAttempter::OnUpdateScheduled, base::Unretained(this)); in UpdateAttempter()
179 void UpdateAttempter::CertificateChecked(ServerToCheck server_to_check, in UpdateAttempter()
186 bool UpdateAttempter::CheckAndReportDailyMetrics() { in UpdateAttempter()
222 void UpdateAttempter::ReportOSAge() { in UpdateAttempter()
247 void UpdateAttempter::Update(const string& app_version, in UpdateAttempter()
308 void UpdateAttempter::RefreshDevicePolicy() { in UpdateAttempter()
327 void UpdateAttempter::CalculateP2PParams(bool interactive) { in UpdateAttempter()
360 bool UpdateAttempter::CalculateUpdateParams(const string& app_version, in UpdateAttempter()
456 void UpdateAttempter::CalculateScatteringParams(bool interactive) { in UpdateAttempter()
564 void UpdateAttempter::GenerateNewWaitingPeriod() { in UpdateAttempter()
579 void UpdateAttempter::BuildPostInstallActions( in UpdateAttempter()
590 void UpdateAttempter::BuildUpdateActions(bool interactive) { in UpdateAttempter()
675 bool UpdateAttempter::Rollback(bool powerwash) { in UpdateAttempter()
739 bool UpdateAttempter::CanRollback() const { in UpdateAttempter()
746 BootControlInterface::Slot UpdateAttempter::GetRollbackSlot() const { in UpdateAttempter()
774 void UpdateAttempter::CheckForUpdate(const string& app_version, in UpdateAttempter()
806 bool UpdateAttempter::RebootIfNeeded() { in UpdateAttempter()
819 void UpdateAttempter::WriteUpdateCompletedMarker() { in UpdateAttempter()
829 bool UpdateAttempter::RebootDirectly() { in UpdateAttempter()
840 void UpdateAttempter::OnUpdateScheduled(EvalStatus status, in UpdateAttempter()
881 void UpdateAttempter::UpdateLastCheckedTime() { in UpdateAttempter()
886 void UpdateAttempter::ProcessingDone(const ActionProcessor* processor, in UpdateAttempter()
971 void UpdateAttempter::ProcessingStopped(const ActionProcessor* processor) { in UpdateAttempter()
983 void UpdateAttempter::ActionCompleted(ActionProcessor* processor, in UpdateAttempter()
1047 void UpdateAttempter::BytesReceived(uint64_t bytes_progressed, in UpdateAttempter()
1065 void UpdateAttempter::DownloadComplete() { in UpdateAttempter()
1069 void UpdateAttempter::ProgressUpdate(double progress) { in UpdateAttempter()
1081 bool UpdateAttempter::ResetStatus() { in UpdateAttempter()
1130 bool UpdateAttempter::GetStatus(int64_t* last_checked_time, in UpdateAttempter()
1143 void UpdateAttempter::UpdateBootFlags() { in UpdateAttempter()
1161 &UpdateAttempter::CompleteUpdateBootFlags, base::Unretained(this)))) { in UpdateAttempter()
1167 void UpdateAttempter::CompleteUpdateBootFlags(bool successful) { in UpdateAttempter()
1175 void UpdateAttempter::BroadcastStatus() { in UpdateAttempter()
1186 uint32_t UpdateAttempter::GetErrorCodeFlags() { in UpdateAttempter()
1207 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in UpdateAttempter()
1223 void UpdateAttempter::SetStatusAndNotify(UpdateStatus status) { in UpdateAttempter()
1228 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action, in UpdateAttempter()
1274 bool UpdateAttempter::ScheduleErrorEventAction() { in UpdateAttempter()
1297 void UpdateAttempter::ScheduleProcessingStart() { in UpdateAttempter()
1306 void UpdateAttempter::DisableDeltaUpdateIfNeeded() { in UpdateAttempter()
1316 void UpdateAttempter::MarkDeltaUpdateFailure() { in UpdateAttempter()
1327 void UpdateAttempter::PingOmaha() { in UpdateAttempter()
1365 bool UpdateAttempter::DecrementUpdateCheckCount() { in UpdateAttempter()
1414 void UpdateAttempter::UpdateEngineStarted() { in UpdateAttempter()
1433 bool UpdateAttempter::StartP2PAtStartup() { in UpdateAttempter()
1449 bool UpdateAttempter::StartP2PAndPerformHousekeeping() { in UpdateAttempter()
1474 bool UpdateAttempter::GetBootTimeAtUpdate(Time *out_boot_time) { in UpdateAttempter()
1500 bool UpdateAttempter::IsUpdateRunningOrScheduled() { in UpdateAttempter()
1506 bool UpdateAttempter::IsAnyUpdateSourceAllowed() { in UpdateAttempter()