Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_death_recipient.cpp48 std::shared_ptr<QuickFixResult> deployRes = std::make_shared<DeployQuickFixResult>(); in OnRemoteDied() local
49 deployRes->SetResCode(ERR_APPEXECFWK_FAILED_SERVICE_DIED); in OnRemoteDied()
50 quickFixCallback_->OnPatchDeployed(deployRes); in OnRemoteDied()
/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()
/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()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1609 std::shared_ptr<QuickFixResult> deployRes = nullptr; in RunAsQuickFixCommand() local
1611 result = DeployQuickFixDisable(quickFixFiles, deployRes, isDebug, targetPath); in RunAsQuickFixCommand()
H A Dbundle_test_tool.cpp3119 std::shared_ptr<QuickFixResult> deployRes = nullptr; in RunAsDeployQuickFix() local
3120 result = DeployQuickFix(quickFixPaths, deployRes, isDebug != 0); in RunAsDeployQuickFix()
3122 resultReceiver_ += GetResMsg(result, deployRes); in RunAsDeployQuickFix()

Completed in 13 milliseconds