Home
last modified time | relevance | path

Searched refs:deployer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp567 if (deployer != nullptr) {
593 if (deployer != nullptr) {
615 if (deployer != nullptr) {
637 if (deployer != nullptr) {
662 if (deployer != nullptr) {
687 if (deployer != nullptr) {
715 if (deployer != nullptr) {
744 if (deployer != nullptr) {
773 if (deployer != nullptr) {
802 if (deployer != nullptr) {
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fixer.cpp35 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>( in DeployQuickFix() local
37 auto ret = deployer->Execute(); in DeployQuickFix()
40 DeployQuickFixResult result = deployer->GetDeployQuickFixResult(); in DeployQuickFix()
H A Dquick_fix_boot_scanner.cpp202 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>(pathVec); in ReprocessQuickFix() local
203 auto ret = deployer->Execute(); in ReprocessQuickFix()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/state/src/
H A Dquick_fix_deploy_state.cpp35 std::unique_ptr<QuickFixDeployer> deployer = std::make_unique<QuickFixDeployer>(bundlePaths); in Process() local
37 auto res = deployer->ToDeployEndStatus(innerQuickFixInfo_, oldInnerAppQuickFix); in Process()