Searched refs:feeder_action (Results 1 – 4 of 4) sorted by relevance
157 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TestWithData() local158 feeder_action->set_obj(install_plan); in TestWithData()170 BondActions(feeder_action.get(), download_action.get()); in TestWithData()189 processor.EnqueueAction(std::move(feeder_action)); in TestWithData()271 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TEST() local272 feeder_action->set_obj(install_plan); in TEST()284 BondActions(feeder_action.get(), download_action.get()); in TEST()320 processor.EnqueueAction(std::move(feeder_action)); in TEST()360 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TestTerminateEarly() local363 feeder_action->set_obj(install_plan); in TestTerminateEarly()[all …]
136 auto feeder_action = std::make_unique<ObjectFeederAction<OmahaResponse>>(); in DoTest() local137 feeder_action->set_obj(in); in DoTest()167 BondActions(feeder_action.get(), response_handler_action.get()); in DoTest()169 processor.EnqueueAction(std::move(feeder_action)); in DoTest()
214 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan() local215 feeder_action->set_obj(install_plan); in RunPostinstallActionWithInstallPlan()223 BondActions(feeder_action.get(), runner_action.get()); in RunPostinstallActionWithInstallPlan()227 processor.EnqueueAction(std::move(feeder_action)); in RunPostinstallActionWithInstallPlan()
349 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in BuildActions() local355 feeder_action->set_obj(install_plan); in BuildActions()357 BondActions(feeder_action.get(), verifier_action.get()); in BuildActions()360 processor_.EnqueueAction(std::move(feeder_action)); in BuildActions()