Lines Matching refs:AbstractAction
104 ErrorCode GetErrorCodeForAction(AbstractAction* action, in GetErrorCodeForAction()
575 actions_.push_back(shared_ptr<AbstractAction>(postinstall_runner_action)); in BuildPostInstallActions()
638 actions_.push_back(shared_ptr<AbstractAction>(update_check_action)); in BuildUpdateActions()
639 actions_.push_back(shared_ptr<AbstractAction>(response_handler_action)); in BuildUpdateActions()
640 actions_.push_back(shared_ptr<AbstractAction>(download_started_action)); in BuildUpdateActions()
641 actions_.push_back(shared_ptr<AbstractAction>(download_action)); in BuildUpdateActions()
642 actions_.push_back(shared_ptr<AbstractAction>(download_finished_action)); in BuildUpdateActions()
643 actions_.push_back(shared_ptr<AbstractAction>(filesystem_verifier_action)); in BuildUpdateActions()
655 actions_.push_back(shared_ptr<AbstractAction>(update_complete_action)); in BuildUpdateActions()
658 for (const shared_ptr<AbstractAction>& action : actions_) { in BuildUpdateActions()
705 actions_.push_back(shared_ptr<AbstractAction>(install_plan_action)); in Rollback()
710 for (const shared_ptr<AbstractAction>& action : actions_) { in Rollback()
1005 AbstractAction* action, in ActionCompleted()
1264 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action, in CreatePendingErrorEvent()
1325 actions_.push_back(shared_ptr<AbstractAction>(error_event_action)); in ScheduleErrorEventAction()