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

  /system/update_engine/
update_attempter_android.cc 72 UpdateAttempterAndroid::UpdateAttempterAndroid(
84 UpdateAttempterAndroid::~UpdateAttempterAndroid() {
90 void UpdateAttempterAndroid::Init() {
99 bool UpdateAttempterAndroid::ApplyPayload(
195 bool UpdateAttempterAndroid::SuspendUpdate(brillo::ErrorPtr* error) {
202 bool UpdateAttempterAndroid::ResumeUpdate(brillo::ErrorPtr* error) {
209 bool UpdateAttempterAndroid::CancelUpdate(brillo::ErrorPtr* error) {
216 bool UpdateAttempterAndroid::ResetStatus(brillo::ErrorPtr* error)
    [all...]
update_attempter_android.h 43 class UpdateAttempterAndroid
51 UpdateAttempterAndroid(DaemonStateAndroid* daemon_state,
55 ~UpdateAttempterAndroid() override;
170 DISALLOW_COPY_AND_ASSIGN(UpdateAttempterAndroid);
daemon_state_android.h 66 std::unique_ptr<UpdateAttempterAndroid> update_attempter_;
daemon_state_android.cc 62 update_attempter_.reset(new UpdateAttempterAndroid(

Completed in 93 milliseconds