Home
last modified time | relevance | path

Searched refs:BondActions (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc174 BondActions(&feeder_action, &copier_action); in DoTest()
175 BondActions(&copier_action, &collector_action); in DoTest()
246 BondActions(&copier_action, &collector_action); in TEST_F()
274 BondActions(&verifier_action, &collector_action); in TEST_F()
Ddownload_action_unittest.cc170 BondActions(&feeder_action, &download_action); in TestWithData()
295 BondActions(&feeder_action, &download_action); in TestTerminateEarly()
388 BondActions(&feeder_action, &download_action); in TEST()
389 BondActions(&download_action, &test_action); in TEST()
473 BondActions(&feeder_action, download_action_.get()); in StartDownload()
Dpostinstall_runner_action_unittest.cc188 BondActions(&feeder_action, &runner_action); in RunPosinstallAction()
190 BondActions(&runner_action, &collector_action); in RunPosinstallAction()
/system/update_engine/common/
Daction_pipe_unittest.cc55 BondActions(&a, &b); in TEST()
Daction_pipe.h91 void BondActions(FromAction* from, ToAction* to) { in BondActions() function
/system/update_engine/
Dupdate_attempter_android.cc481 BondActions(install_plan_action.get(), download_action.get()); in BuildUpdateActions()
482 BondActions(download_action.get(), filesystem_verifier_action.get()); in BuildUpdateActions()
483 BondActions(filesystem_verifier_action.get(), in BuildUpdateActions()
Domaha_response_handler_action_unittest.cc124 BondActions(&feeder_action, &response_handler_action); in DoTest()
126 BondActions(&response_handler_action, &collector_action); in DoTest()
Dupdate_attempter.cc591 BondActions(previous_action, in UpdateAttempter()
664 BondActions(update_check_action.get(), in UpdateAttempter()
666 BondActions(response_handler_action.get(), in UpdateAttempter()
668 BondActions(download_action.get(), in UpdateAttempter()
Dupdate_attempter_unittest.cc249 BondActions(&action, &collector_action); in TEST_F()
Domaha_request_action_unittest.cc334 BondActions(&action, &collector_action); in TestUpdateCheck()