Searched refs:deployRes (Results 1 – 5 of 5) sorted by relevance
48 std::shared_ptr<QuickFixResult> deployRes = std::make_shared<DeployQuickFixResult>(); variable49 deployRes->SetResCode(ERR_APPEXECFWK_FAILED_SERVICE_DIED);50 quickFixCallback_->OnPatchDeployed(deployRes);
73 std::shared_ptr<QuickFixResult> deployRes = std::make_shared<DeployQuickFixResult>(); in HandleOnPatchDeployed() local74 deployRes->SetResCode(ERR_BUNDLEMANAGER_QUICK_FIX_INTERNAL_ERROR); in HandleOnPatchDeployed()75 OnPatchDeployed(deployRes); in HandleOnPatchDeployed()
42 std::shared_ptr<QuickFixResult> deployRes = std::make_shared<DeployQuickFixResult>(result); in DeployQuickFix() local44 statusCallback_->OnPatchDeployed(deployRes); in DeployQuickFix()
1687 std::shared_ptr<QuickFixResult> deployRes = nullptr; in RunAsQuickFixCommand() local1689 result = DeployQuickFixDisable(quickFixFiles, deployRes, isDebug, targetPath); in RunAsQuickFixCommand()
3069 std::shared_ptr<QuickFixResult> deployRes = nullptr; in RunAsDeployQuickFix() local3070 result = DeployQuickFix(quickFixPaths, deployRes, isDebug != 0); in RunAsDeployQuickFix()3072 resultReceiver_ += GetResMsg(result, deployRes); in RunAsDeployQuickFix()