Home
last modified time | relevance | path

Searched refs:GetInnerBundleInfoWithDisable (Results 1 - 22 of 22) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/sandbox_app/
H A Dbundle_sandbox_installer.h59 bool GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallergetinnerbundleinfo_fuzzer/
H A Dappservicefwkinstallergetinnerbundleinfo_fuzzer.cpp35 appServiceFwk.GetInnerBundleInfoWithDisable(info, isAppExist); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp62 if (!GetInnerBundleInfoWithDisable(info, isExist) || !isExist) { in InstallSandboxApp()
341 bool BundleSandboxInstaller::GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist) in GetInnerBundleInfoWithDisable() function in OHOS::AppExecFwk::BundleSandboxInstaller
347 isAppExist = dataMgr_->GetInnerBundleInfoWithDisable(bundleName_, info); in GetInnerBundleInfoWithDisable()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/
H A Dbms_bundle_quick_fix_query_test.cpp187 auto result = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, innerBundleInfo); in MockEnableQuickFix()
215 auto result = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, innerBundleInfo); in MockDisableQuickFix()
249 auto result = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, innerBundleInfo); in MockDeployQuickFix()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deleter.cpp173 auto isExisted = dataMgr_->GetInnerBundleInfoWithDisable(bundleName, innerBundleInfo); in RemoveDeployingInfo()
H A Dquick_fix_switcher.cpp146 if (!dataMgr_->GetInnerBundleInfoWithDisable(bundleName, innerBundleInfo)) { in InnerSwitchQuickFix()
H A Dquick_fix_deployer.cpp643 if (!dataMgr->GetInnerBundleInfoWithDisable(bundleName, innerBundleInfo)) { in SaveToInnerBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp99 bool isExist = dataMgr_->GetInnerBundleInfoWithDisable(bundleName, info); in ProcessBundleInstall()
H A Dbase_bundle_installer.cpp419 if (!dataMgr_->GetInnerBundleInfoWithDisable(bundleName, info)) { in UninstallBundleByUninstallParam()
896 if (!GetInnerBundleInfoWithDisable(bundleInfo, isBundleExist) || !isBundleExist) { in InnerProcessBundleInstall()
957 if (!GetInnerBundleInfoWithDisable(newBundleInfo, isBundleExist) || !isBundleExist) { in InnerProcessUpdateHapToken()
1245 if (!GetInnerBundleInfoWithDisable(oldInfo, isAppExist_)) { in ProcessBundleInstall()
1392 if (!GetInnerBundleInfoWithDisable(preInfo, isExist) || !isExist) { in RollBack()
1437 if (!GetInnerBundleInfoWithDisable(innerBundleInfo, isExist) || !isExist) { in RemoveInfo()
1455 if (!GetInnerBundleInfoWithDisable(innerBundleInfo, isExist) || !isExist) { in RollBackModuleInfo()
1689 if (!dataMgr_->GetInnerBundleInfoWithDisable(bundleName, oldInfo)) { in ProcessBundleUninstall()
2406 if (!GetInnerBundleInfoWithDisable(bundleInfo, isBundleExist) || !isBundleExist) { in ProcessQuickFixWhenInstallNewModule()
4175 bool BaseBundleInstaller::GetInnerBundleInfoWithDisable(InnerBundleInf function in OHOS::AppExecFwk::BaseBundleInstaller
[all...]
H A Dbundle_data_mgr.cpp4138 bool BundleDataMgr::GetInnerBundleInfoWithDisable(const std::string &bundleName, InnerBundleInfo &info) in GetInnerBundleInfoWithDisable() function in OHOS::AppExecFwk::BundleDataMgr
4140 APP_LOGD("GetInnerBundleInfoWithDisable %{public}s", bundleName.c_str()); in GetInnerBundleInfoWithDisable()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H A Dapp_service_fwk_installer.h94 bool GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp168 if (!dataMgr_->GetInnerBundleInfoWithDisable(bundleName, info)) { in UnInstall()
932 if (!GetInnerBundleInfoWithDisable(info, isExist) || !isExist) { in UninstallLowerVersion()
960 bool AppServiceFwkInstaller::GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist) in GetInnerBundleInfoWithDisable() function in OHOS::AppExecFwk::AppServiceFwkInstaller
969 isAppExist = dataMgr_->GetInnerBundleInfoWithDisable(bundleName_, info); in GetInnerBundleInfoWithDisable()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/
H A Dbms_bundle_quick_fix_switcher_test.cpp524 bool result = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, innerBundleInfo); in HWTEST_F()
581 bool result = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, innerBundleInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_set_overlay_enabled_test.cpp164 auto ret = dataMgr->GetInnerBundleInfoWithDisable(TEST_BUNDLE_NAME, innerBundleInfo); in CheckEnabledState()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/
H A Dbms_bundle_quick_fix_boot_scanner_test.cpp176 bool result = dataMgr->GetInnerBundleInfoWithDisable(bundleName, innerBundleInfo); in CheckQuickFixInfo()
248 bool result = dataMgr->GetInnerBundleInfoWithDisable(bundleName, innerBundleInfo); in AddInnerBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp544 bool ret3 = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, info1); in HWTEST_F()
628 bool ret1 = dataMgr->GetInnerBundleInfoWithDisable("", info1); in HWTEST_F()
709 bool ret6 = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, info3); in HWTEST_F()
713 bool ret10 = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, info4); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h471 bool GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist);
H A Dbundle_data_mgr.h139 bool GetInnerBundleInfoWithDisable(const std::string &bundleName, InnerBundleInfo &info);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp719 auto res = appServiceFwkInstaller.GetInnerBundleInfoWithDisable(info, isAppExist); in HWTEST_F()
1202 auto res = appServiceFwkInstaller.GetInnerBundleInfoWithDisable(info, isAppExist); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp1952 bool res = installer.GetInnerBundleInfoWithDisable(info, recoverMode); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp152 bool result = dataMgr->GetInnerBundleInfoWithDisable(bundleName, innerBundleInfo); in CheckQuickFixInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp3601 * @tc.name: test GetInnerBundleInfoWithDisable
3608 bool testRet = GetBundleDataMgr()->GetInnerBundleInfoWithDisable( in HWTEST_F()

Completed in 71 milliseconds