Lines Matching refs:UpdateAttempter
86 const int UpdateAttempter::kMaxDeltaUpdateFailures = 3;
124 UpdateAttempter::UpdateAttempter( in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter
138 UpdateAttempter::~UpdateAttempter() { in ~UpdateAttempter()
147 void UpdateAttempter::Init() { in Init()
169 void UpdateAttempter::ScheduleUpdates() { in ScheduleUpdates()
177 &UpdateAttempter::OnUpdateScheduled, base::Unretained(this)); in ScheduleUpdates()
184 void UpdateAttempter::CertificateChecked(ServerToCheck server_to_check, in CertificateChecked()
191 bool UpdateAttempter::CheckAndReportDailyMetrics() { in CheckAndReportDailyMetrics()
227 void UpdateAttempter::ReportOSAge() { in ReportOSAge()
252 void UpdateAttempter::Update(const string& app_version, in Update()
313 void UpdateAttempter::RefreshDevicePolicy() { in RefreshDevicePolicy()
332 void UpdateAttempter::CalculateP2PParams(bool interactive) { in CalculateP2PParams()
365 bool UpdateAttempter::CalculateUpdateParams(const string& app_version, in CalculateUpdateParams()
464 void UpdateAttempter::CalculateScatteringParams(bool interactive) { in CalculateScatteringParams()
570 void UpdateAttempter::GenerateNewWaitingPeriod() { in GenerateNewWaitingPeriod()
585 void UpdateAttempter::BuildPostInstallActions( in BuildPostInstallActions()
596 void UpdateAttempter::BuildUpdateActions(bool interactive) { in BuildUpdateActions()
690 bool UpdateAttempter::Rollback(bool powerwash) { in Rollback()
754 bool UpdateAttempter::CanRollback() const { in CanRollback()
761 BootControlInterface::Slot UpdateAttempter::GetRollbackSlot() const { in GetRollbackSlot()
789 void UpdateAttempter::CheckForUpdate(const string& app_version, in CheckForUpdate()
821 bool UpdateAttempter::RebootIfNeeded() { in RebootIfNeeded()
834 void UpdateAttempter::WriteUpdateCompletedMarker() { in WriteUpdateCompletedMarker()
844 bool UpdateAttempter::RequestPowerManagerReboot() { in RequestPowerManagerReboot()
858 bool UpdateAttempter::RebootDirectly() { in RebootDirectly()
869 void UpdateAttempter::OnUpdateScheduled(EvalStatus status, in OnUpdateScheduled()
912 void UpdateAttempter::UpdateLastCheckedTime() { in UpdateLastCheckedTime()
917 void UpdateAttempter::ProcessingDone(const ActionProcessor* processor, in ProcessingDone()
998 void UpdateAttempter::ProcessingStopped(const ActionProcessor* processor) { in ProcessingStopped()
1010 void UpdateAttempter::ActionCompleted(ActionProcessor* processor, in ActionCompleted()
1073 void UpdateAttempter::BytesReceived(uint64_t bytes_progressed, in BytesReceived()
1091 void UpdateAttempter::DownloadComplete() { in DownloadComplete()
1095 bool UpdateAttempter::OnCheckForUpdates(brillo::ErrorPtr* error) { in OnCheckForUpdates()
1101 bool UpdateAttempter::OnTrackChannel(const string& channel, in OnTrackChannel()
1119 bool UpdateAttempter::GetWeaveState(int64_t* last_checked_time, in GetWeaveState()
1133 void UpdateAttempter::ProgressUpdate(double progress) { in ProgressUpdate()
1145 bool UpdateAttempter::ResetStatus() { in ResetStatus()
1194 bool UpdateAttempter::GetStatus(int64_t* last_checked_time, in GetStatus()
1207 void UpdateAttempter::UpdateBootFlags() { in UpdateBootFlags()
1225 &UpdateAttempter::CompleteUpdateBootFlags, base::Unretained(this)))) { in UpdateBootFlags()
1231 void UpdateAttempter::CompleteUpdateBootFlags(bool successful) { in CompleteUpdateBootFlags()
1239 void UpdateAttempter::BroadcastStatus() { in BroadcastStatus()
1250 void UpdateAttempter::BroadcastChannel() { in BroadcastChannel()
1257 uint32_t UpdateAttempter::GetErrorCodeFlags() { in GetErrorCodeFlags()
1278 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel()
1294 void UpdateAttempter::SetStatusAndNotify(UpdateStatus status) { in SetStatusAndNotify()
1299 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action, in CreatePendingErrorEvent()
1345 bool UpdateAttempter::ScheduleErrorEventAction() { in ScheduleErrorEventAction()
1368 void UpdateAttempter::ScheduleProcessingStart() { in ScheduleProcessingStart()
1376 void UpdateAttempter::DisableDeltaUpdateIfNeeded() { in DisableDeltaUpdateIfNeeded()
1386 void UpdateAttempter::MarkDeltaUpdateFailure() { in MarkDeltaUpdateFailure()
1397 void UpdateAttempter::SetupDownload() { in SetupDownload()
1423 void UpdateAttempter::PingOmaha() { in PingOmaha()
1461 bool UpdateAttempter::DecrementUpdateCheckCount() { in DecrementUpdateCheckCount()
1510 void UpdateAttempter::UpdateEngineStarted() { in UpdateEngineStarted()
1529 bool UpdateAttempter::StartP2PAtStartup() { in StartP2PAtStartup()
1545 bool UpdateAttempter::StartP2PAndPerformHousekeeping() { in StartP2PAndPerformHousekeeping()
1570 bool UpdateAttempter::GetBootTimeAtUpdate(Time *out_boot_time) { in GetBootTimeAtUpdate()
1596 bool UpdateAttempter::IsUpdateRunningOrScheduled() { in IsUpdateRunningOrScheduled()
1602 bool UpdateAttempter::IsAnyUpdateSourceAllowed() { in IsAnyUpdateSourceAllowed()