Home
last modified time | relevance | path

Searched refs:deployRes (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_death_recipient.cpp48 std::shared_ptr<QuickFixResult> deployRes = std::make_shared<DeployQuickFixResult>(); variable
49 deployRes->SetResCode(ERR_APPEXECFWK_FAILED_SERVICE_DIED);
50 quickFixCallback_->OnPatchDeployed(deployRes);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_status_callback_host.cpp73 std::shared_ptr<QuickFixResult> deployRes = std::make_shared<DeployQuickFixResult>(); in HandleOnPatchDeployed() local
74 deployRes->SetResCode(ERR_BUNDLEMANAGER_QUICK_FIX_INTERNAL_ERROR); in HandleOnPatchDeployed()
75 OnPatchDeployed(deployRes); in HandleOnPatchDeployed()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fixer.cpp42 std::shared_ptr<QuickFixResult> deployRes = std::make_shared<DeployQuickFixResult>(result); in DeployQuickFix() local
44 statusCallback_->OnPatchDeployed(deployRes); in DeployQuickFix()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1687 std::shared_ptr<QuickFixResult> deployRes = nullptr; in RunAsQuickFixCommand() local
1689 result = DeployQuickFixDisable(quickFixFiles, deployRes, isDebug, targetPath); in RunAsQuickFixCommand()
H A Dbundle_test_tool.cpp3069 std::shared_ptr<QuickFixResult> deployRes = nullptr; in RunAsDeployQuickFix() local
3070 result = DeployQuickFix(quickFixPaths, deployRes, isDebug != 0); in RunAsDeployQuickFix()
3072 resultReceiver_ += GetResMsg(result, deployRes); in RunAsDeployQuickFix()