Searched refs:feeder_action (Results 1 – 4 of 4) sorted by relevance
158 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()272 feeder_action->set_obj(install_plan); in TEST()320 processor.EnqueueAction(std::move(feeder_action)); in TEST()363 feeder_action->set_obj(install_plan); in TestTerminateEarly()382 processor.EnqueueAction(std::move(feeder_action)); in TestTerminateEarly()475 feeder_action->set_obj(install_plan); in TEST()493 processor.EnqueueAction(std::move(feeder_action)); in TEST()556 feeder_action->set_obj(install_plan); in StartDownload()[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()