Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.h141 static bool CanResumeUpdate(PrefsInterface* prefs,
Ddelta_performer_unittest.cc1109 ASSERT_TRUE(DeltaPerformer::CanResumeUpdate(&prefs_, payload_id)); in TEST_F()
Ddelta_performer.cc1383 bool DeltaPerformer::CanResumeUpdate(PrefsInterface* prefs, in CanResumeUpdate() function in chromeos_update_engine::DeltaPerformer
/system/update_engine/aosp/
Dupdate_attempter_android.cc300 DeltaPerformer::CanResumeUpdate(prefs_, payload_id); in ApplyPayload()