Home | History | Annotate | Download | only in update_engine

Lines Matching defs:UpdateAttempter

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