Lines Matching refs:AbstractAction
104 ErrorCode GetErrorCodeForAction(AbstractAction* action, in GetErrorCodeForAction()
590 actions_.push_back(shared_ptr<AbstractAction>(postinstall_runner_action)); in UpdateAttempter()
655 actions_.push_back(shared_ptr<AbstractAction>(update_check_action)); in UpdateAttempter()
656 actions_.push_back(shared_ptr<AbstractAction>(response_handler_action)); in UpdateAttempter()
657 actions_.push_back(shared_ptr<AbstractAction>(download_started_action)); in UpdateAttempter()
658 actions_.push_back(shared_ptr<AbstractAction>(download_action)); in UpdateAttempter()
659 actions_.push_back(shared_ptr<AbstractAction>(download_finished_action)); in UpdateAttempter()
660 actions_.push_back(shared_ptr<AbstractAction>(filesystem_verifier_action)); in UpdateAttempter()
672 actions_.push_back(shared_ptr<AbstractAction>(update_complete_action)); in UpdateAttempter()
675 for (const shared_ptr<AbstractAction>& action : actions_) { in UpdateAttempter()
722 actions_.push_back(shared_ptr<AbstractAction>(install_plan_action)); in UpdateAttempter()
727 for (const shared_ptr<AbstractAction>& action : actions_) { in UpdateAttempter()
985 AbstractAction* action, in UpdateAttempter()
1273 void UpdateAttempter::CreatePendingErrorEvent(AbstractAction* action, in UpdateAttempter()
1335 actions_.push_back(shared_ptr<AbstractAction>(error_event_action)); in UpdateAttempter()