Lines Matching refs:UpdateAttempter
86 const int UpdateAttempter::kMaxDeltaUpdateFailures = 3;
124 UpdateAttempter::UpdateAttempter(
138 UpdateAttempter::~UpdateAttempter() {
147 void UpdateAttempter::Init() {
149 // this is an aggregate of various objects (such as the UpdateAttempter),
169 void UpdateAttempter::ScheduleUpdates() {
177 &UpdateAttempter::OnUpdateScheduled, base::Unretained(this));
184 void UpdateAttempter::CertificateChecked(ServerToCheck server_to_check,
191 bool UpdateAttempter::CheckAndReportDailyMetrics() {
227 void UpdateAttempter::ReportOSAge() {
252 void UpdateAttempter::Update(const string& app_version,
313 void UpdateAttempter::RefreshDevicePolicy() {
332 void UpdateAttempter::CalculateP2PParams(bool interactive) {
365 bool UpdateAttempter::CalculateUpdateParams(const string& app_version,
464 void UpdateAttempter::CalculateScatteringParams(bool interactive) {
570 void UpdateAttempter::GenerateNewWaitingPeriod() {
585 void UpdateAttempter::BuildPostInstallActions(
596 void UpdateAttempter::BuildUpdateActions(bool interactive) {
690 bool UpdateAttempter::Rollback(bool powerwash) {
754 bool UpdateAttempter::CanRollback() const {
761 BootControlInterface::Slot UpdateAttempter::GetRollbackSlot() const {
762 LOG(INFO) << "UpdateAttempter::GetRollbackSlot";
789 void UpdateAttempter::CheckForUpdate(const string& app_version,
821 bool UpdateAttempter::RebootIfNeeded() {
834 void UpdateAttempter::WriteUpdateCompletedMarker() {
844 bool UpdateAttempter::RequestPowerManagerReboot() {
858 bool UpdateAttempter::RebootDirectly() {
869 void UpdateAttempter::OnUpdateScheduled(EvalStatus status,
912 void UpdateAttempter::UpdateLastCheckedTime() {
917 void UpdateAttempter::ProcessingDone(const ActionProcessor* processor,
998 void UpdateAttempter::ProcessingStopped(const ActionProcessor* processor) {
1010 void UpdateAttempter::ActionCompleted(ActionProcessor* processor,
1073 void UpdateAttempter::BytesReceived(uint64_t bytes_progressed,
1091 void UpdateAttempter::DownloadComplete() {
1095 bool UpdateAttempter::OnCheckForUpdates(brillo::ErrorPtr* error) {
1101 bool UpdateAttempter::OnTrackChannel(const string& channel,
1119 bool UpdateAttempter::GetWeaveState(int64_t* last_checked_time,
1133 void UpdateAttempter::ProgressUpdate(double progress) {
1145 bool UpdateAttempter::ResetStatus() {
1188 bool UpdateAttempter::GetStatus(int64_t* last_checked_time,
1201 void UpdateAttempter::UpdateBootFlags() {
1219 &UpdateAttempter::CompleteUpdateBootFlags, base::Unretained(this)))) {
1225 void UpdateAttempter::CompleteUpdateBootFlags(bool successful) {
1233 void UpdateAttempter::BroadcastStatus() {
1244 void UpdateAttempter::BroadcastChannel() {
1251 uint32_t UpdateAttempter::GetErrorCodeFlags() {
1272 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) {
1288 void UpdateAttempter::SetStatusAndNotify(UpdateStatus status) {
1293 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action,
1339 bool UpdateAttempter::ScheduleErrorEventAction() {
1362 void UpdateAttempter::ScheduleProcessingStart() {
1370 void UpdateAttempter::DisableDeltaUpdateIfNeeded() {
1380 void UpdateAttempter::MarkDeltaUpdateFailure() {
1391 void UpdateAttempter::SetupDownload() {
1417 void UpdateAttempter::PingOmaha() {
1455 bool UpdateAttempter::DecrementUpdateCheckCount() {
1504 void UpdateAttempter::UpdateEngineStarted() {
1523 bool UpdateAttempter::StartP2PAtStartup() {
1539 bool UpdateAttempter::StartP2PAndPerformHousekeeping() {
1564 bool UpdateAttempter::GetBootTimeAtUpdate(Time *out_boot_time) {
1590 bool UpdateAttempter::IsUpdateRunningOrScheduled() {
1596 bool UpdateAttempter::IsAnyUpdateSourceAllowed() {