Home
last modified time | relevance | path

Searched refs:CanResumeUpdate (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.h139 static bool CanResumeUpdate(PrefsInterface* prefs,
H A Ddelta_performer.cc1325 bool DeltaPerformer::CanResumeUpdate(PrefsInterface* prefs, in CanResumeUpdate() function in chromeos_update_engine::DeltaPerformer
H A Ddelta_performer_unittest.cc1110 ASSERT_TRUE(DeltaPerformer::CanResumeUpdate(&prefs_, payload_id)); in TEST_F()
/aosp12/system/update_engine/cros/
H A Domaha_response_handler_action.cc116 install_plan_.is_resume = DeltaPerformer::CanResumeUpdate( in PerformAction()
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.cc227 DeltaPerformer::CanResumeUpdate(prefs_, payload_id); in ApplyPayload()