Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dupdate_attempter_android.h135 void BuildUpdateActions(HttpFetcher* fetcher);
Dupdate_attempter_android.cc305 BuildUpdateActions(fetcher); in ApplyPayload()
745 void UpdateAttempterAndroid::BuildUpdateActions(HttpFetcher* fetcher) { in BuildUpdateActions() function in chromeos_update_engine::UpdateAttempterAndroid
/system/update_engine/cros/
Dupdate_attempter.h376 void BuildUpdateActions(bool interactive);
Dupdate_attempter.cc306 BuildUpdateActions(params.interactive); in Update()
735 void UpdateAttempter::BuildUpdateActions(bool interactive) { in BuildUpdateActions() function in chromeos_update_engine::UpdateAttempter
Dupdate_attempter_unittest.cc457 attempter_.BuildUpdateActions(false); in SessionIdTestConsistencyInUpdateFlow()
484 attempter_.BuildUpdateActions(false); in SessionIdTestInDownloadAction()