Searched refs:CheckEnableRemovable (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 537 void CheckEnableRemovable(std::unordered_map<std::string, InnerBundleInfo> &newInfos,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 4550 installer.CheckEnableRemovable(newInfos, oldInfo, userId, isFreeInstallFlag, isAppExist); 4578 installer.CheckEnableRemovable(newInfos, oldInfo, userId, isFreeInstallFlag, isAppExist); 4604 installer.CheckEnableRemovable(newInfos, oldInfo, userId, isFreeInstallFlag, isAppExist); 4622 installer.CheckEnableRemovable(newInfos, oldInfo, userId, true, true); 4648 installer.CheckEnableRemovable(newInfos, oldInfo, userId, true, true);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 685 void BaseBundleInstaller::CheckEnableRemovable(std::unordered_map<std::string, InnerBundleInfo> &ne… in CheckEnableRemovable() function in OHOS::AppExecFwk::BaseBundleInstaller 799 CheckEnableRemovable(newInfos, oldInfo, userId_, isFreeInstallFlag, isAppExist_); in InnerProcessBundleInstall()
|