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(
595 void UpdateAttempter::BuildUpdateActions(bool interactive) {
689 bool UpdateAttempter::Rollback(bool powerwash) {
753 bool UpdateAttempter::CanRollback() const {
760 BootControlInterface::Slot UpdateAttempter::GetRollbackSlot() const {
761 LOG(INFO) << "UpdateAttempter::GetRollbackSlot";
788 void UpdateAttempter::CheckForUpdate(const string& app_version,
820 bool UpdateAttempter::RebootIfNeeded() {
833 void UpdateAttempter::WriteUpdateCompletedMarker() {
843 bool UpdateAttempter::RequestPowerManagerReboot() {
857 bool UpdateAttempter::RebootDirectly() {
868 void UpdateAttempter::OnUpdateScheduled(EvalStatus status,
911 void UpdateAttempter::UpdateLastCheckedTime() {
916 void UpdateAttempter::ProcessingDone(const ActionProcessor* processor,
997 void UpdateAttempter::ProcessingStopped(const ActionProcessor* processor) {
1009 void UpdateAttempter::ActionCompleted(ActionProcessor* processor,
1072 void UpdateAttempter::BytesReceived(uint64_t bytes_progressed,
1090 void UpdateAttempter::DownloadComplete() {
1094 bool UpdateAttempter::OnCheckForUpdates(brillo::ErrorPtr* error) {
1100 bool UpdateAttempter::OnTrackChannel(const string& channel,
1118 bool UpdateAttempter::GetWeaveState(int64_t* last_checked_time,
1132 void UpdateAttempter::ProgressUpdate(double progress) {
1144 bool UpdateAttempter::ResetStatus() {
1187 bool UpdateAttempter::GetStatus(int64_t* last_checked_time,
1200 void UpdateAttempter::UpdateBootFlags() {
1218 &UpdateAttempter::CompleteUpdateBootFlags, base::Unretained(this)))) {
1224 void UpdateAttempter::CompleteUpdateBootFlags(bool successful) {
1232 void UpdateAttempter::BroadcastStatus() {
1243 void UpdateAttempter::BroadcastChannel() {
1250 UpdateAttempter::GetErrorCodeFlags() {
1271 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) {
1287 void UpdateAttempter::SetStatusAndNotify(UpdateStatus status) {
1292 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action,
1338 bool UpdateAttempter::ScheduleErrorEventAction() {
1361 void UpdateAttempter::ScheduleProcessingStart() {
1369 void UpdateAttempter::DisableDeltaUpdateIfNeeded() {
1379 void UpdateAttempter::MarkDeltaUpdateFailure() {
1390 void UpdateAttempter::SetupDownload() {
1416 void UpdateAttempter::PingOmaha() {
1454 bool UpdateAttempter::DecrementUpdateCheckCount() {
1503 void UpdateAttempter::UpdateEngineStarted() {
1522 bool UpdateAttempter::StartP2PAtStartup() {
1538 bool UpdateAttempter::StartP2PAndPerformHousekeeping() {
1563 bool UpdateAttempter::GetBootTimeAtUpdate(Time *out_boot_time) {
1589 bool UpdateAttempter::IsUpdateRunningOrScheduled() {
1595 bool UpdateAttempter::IsAnyUpdateSourceAllowed() {