HomeSort by relevance Sort by last modified time
    Searched defs:UpdateAttempterAndroid (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
update_attempter_android.h 43 class UpdateAttempterAndroid
51 UpdateAttempterAndroid(DaemonStateInterface* daemon_state,
55 ~UpdateAttempterAndroid() override;
173 DISALLOW_COPY_AND_ASSIGN(UpdateAttempterAndroid);
update_attempter_android.cc 79 UpdateAttempterAndroid::UpdateAttempterAndroid(
92 UpdateAttempterAndroid::~UpdateAttempterAndroid() {
98 void UpdateAttempterAndroid::Init() {
107 bool UpdateAttempterAndroid::ApplyPayload(
221 bool UpdateAttempterAndroid::SuspendUpdate(brillo::ErrorPtr* error) {
228 bool UpdateAttempterAndroid::ResumeUpdate(brillo::ErrorPtr* error) {
235 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) {
242 bool UpdateAttempterAndroid::ResetStatus(brillo::ErrorPtr* error)
    [all...]

Completed in 44 milliseconds