Home | History | Annotate | Download | only in update_engine

Lines Matching refs:UpdateAttempterAndroid

79 UpdateAttempterAndroid::UpdateAttempterAndroid(
92 UpdateAttempterAndroid::~UpdateAttempterAndroid() {
98 void UpdateAttempterAndroid::Init() {
107 bool UpdateAttempterAndroid::ApplyPayload(
227 bool UpdateAttempterAndroid::SuspendUpdate(brillo::ErrorPtr* error) {
234 bool UpdateAttempterAndroid::ResumeUpdate(brillo::ErrorPtr* error) {
241 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) {
248 bool UpdateAttempterAndroid::ResetStatus(brillo::ErrorPtr* error) {
292 void UpdateAttempterAndroid::ProcessingDone(const ActionProcessor* processor,
325 void UpdateAttempterAndroid::ProcessingStopped(
330 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor,
348 void UpdateAttempterAndroid::BytesReceived(uint64_t bytes_progressed,
362 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) {
368 void UpdateAttempterAndroid::DownloadComplete() {
372 void UpdateAttempterAndroid::ProgressUpdate(double progress) {
384 void UpdateAttempterAndroid::UpdateBootFlags() {
393 Bind(&UpdateAttempterAndroid::CompleteUpdateBootFlags,
400 void UpdateAttempterAndroid::CompleteUpdateBootFlags(bool successful) {
405 void UpdateAttempterAndroid::ScheduleProcessingStart() {
413 void UpdateAttempterAndroid::TerminateUpdateAndNotify(ErrorCode error_code) {
431 void UpdateAttempterAndroid::SetStatusAndNotify(UpdateStatus status) {
442 void UpdateAttempterAndroid::BuildUpdateActions(const string& url) {
498 bool UpdateAttempterAndroid::WriteUpdateCompletedMarker() {
505 bool UpdateAttempterAndroid::UpdateCompletedOnThisBoot() {