Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_android.h133 void BuildUpdateActions(HttpFetcher* fetcher);
Dupdate_attempter.h393 void BuildUpdateActions(bool interactive);
Dupdate_attempter_android.cc303 BuildUpdateActions(fetcher); in ApplyPayload()
721 void UpdateAttempterAndroid::BuildUpdateActions(HttpFetcher* fetcher) { in BuildUpdateActions() function in chromeos_update_engine::UpdateAttempterAndroid
Dupdate_attempter.cc296 BuildUpdateActions(interactive); in Update()
765 void UpdateAttempter::BuildUpdateActions(bool interactive) { in BuildUpdateActions() function in chromeos_update_engine::UpdateAttempter
Dupdate_attempter_unittest.cc480 attempter_.BuildUpdateActions(false); in SessionIdTestConsistencyInUpdateFlow()
507 attempter_.BuildUpdateActions(false); in SessionIdTestInDownloadAction()