Lines Matching refs:shared_ptr
80 using std::shared_ptr;
587 shared_ptr<PostinstallRunnerAction> postinstall_runner_action( in BuildPostInstallActions()
590 actions_.push_back(shared_ptr<AbstractAction>(postinstall_runner_action)); in BuildPostInstallActions()
606 shared_ptr<OmahaRequestAction> update_check_action( in BuildUpdateActions()
611 shared_ptr<OmahaResponseHandlerAction> response_handler_action( in BuildUpdateActions()
613 shared_ptr<FilesystemVerifierAction> src_filesystem_verifier_action( in BuildUpdateActions()
617 shared_ptr<OmahaRequestAction> download_started_action( in BuildUpdateActions()
629 shared_ptr<DownloadAction> download_action(new DownloadAction( in BuildUpdateActions()
635 shared_ptr<OmahaRequestAction> download_finished_action( in BuildUpdateActions()
643 shared_ptr<FilesystemVerifierAction> dst_filesystem_verifier_action( in BuildUpdateActions()
646 shared_ptr<OmahaRequestAction> update_complete_action( in BuildUpdateActions()
659 actions_.push_back(shared_ptr<AbstractAction>(update_check_action)); in BuildUpdateActions()
660 actions_.push_back(shared_ptr<AbstractAction>(response_handler_action)); in BuildUpdateActions()
661 actions_.push_back(shared_ptr<AbstractAction>( in BuildUpdateActions()
663 actions_.push_back(shared_ptr<AbstractAction>(download_started_action)); in BuildUpdateActions()
664 actions_.push_back(shared_ptr<AbstractAction>(download_action)); in BuildUpdateActions()
665 actions_.push_back(shared_ptr<AbstractAction>(download_finished_action)); in BuildUpdateActions()
666 actions_.push_back(shared_ptr<AbstractAction>( in BuildUpdateActions()
681 actions_.push_back(shared_ptr<AbstractAction>(update_complete_action)); in BuildUpdateActions()
684 for (const shared_ptr<AbstractAction>& action : actions_) { in BuildUpdateActions()
729 shared_ptr<InstallPlanAction> install_plan_action( in Rollback()
731 actions_.push_back(shared_ptr<AbstractAction>(install_plan_action)); in Rollback()
736 for (const shared_ptr<AbstractAction>& action : actions_) { in Rollback()
1347 shared_ptr<OmahaRequestAction> error_event_action( in ScheduleErrorEventAction()
1354 actions_.push_back(shared_ptr<AbstractAction>(error_event_action)); in ScheduleErrorEventAction()
1418 shared_ptr<OmahaRequestAction> ping_action(new OmahaRequestAction( in PingOmaha()
1425 actions_.push_back(shared_ptr<OmahaRequestAction>(ping_action)); in PingOmaha()