Searched refs:feeder_action (Results 1 – 4 of 4) sorted by relevance
158 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TestWithData() local159 feeder_action->set_obj(install_plan); in TestWithData()172 BondActions(feeder_action.get(), download_action.get()); in TestWithData()191 processor.EnqueueAction(std::move(feeder_action)); in TestWithData()274 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TEST() local275 feeder_action->set_obj(install_plan); in TEST()288 BondActions(feeder_action.get(), download_action.get()); in TEST()324 processor.EnqueueAction(std::move(feeder_action)); in TEST()363 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TestTerminateEarly() local366 feeder_action->set_obj(install_plan); in TestTerminateEarly()[all …]
203 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan() local204 feeder_action->set_obj(install_plan); in RunPostinstallActionWithInstallPlan()209 BondActions(feeder_action.get(), runner_action.get()); in RunPostinstallActionWithInstallPlan()213 processor.EnqueueAction(std::move(feeder_action)); in RunPostinstallActionWithInstallPlan()
192 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in BuildActions() local198 feeder_action->set_obj(install_plan); in BuildActions()200 BondActions(feeder_action.get(), verifier_action.get()); in BuildActions()203 processor_.EnqueueAction(std::move(feeder_action)); in BuildActions()
130 auto feeder_action = std::make_unique<ObjectFeederAction<OmahaResponse>>(); in DoTest() local131 feeder_action->set_obj(in); in DoTest()161 BondActions(feeder_action.get(), response_handler_action.get()); in DoTest()163 processor.EnqueueAction(std::move(feeder_action)); in DoTest()