Home
last modified time | relevance | path

Searched refs:CheckSystemSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp146 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
160 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
174 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
188 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
207 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
209 ret = installChecker.CheckSystemSize(bundlePath, appType1);
211 ret = installChecker.CheckSystemSize(bundlePath, appType2);
232 ret = installChecker.CheckSystemSize(bundlePath, appType1);
234 ret = installChecker.CheckSystemSize(bundlePath, appType2);
252 ret = installChecker.CheckSystemSize(bundlePath, appType1);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h78 static bool CheckSystemSize(const std::string &bundlePath, const std::string &diskPath);
H A Dbundle_install_checker.h188 ErrCode CheckSystemSize(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp416 if ((result = CheckSystemSize(bundlePaths[i], checkParam.appType)) != ERR_OK) { in ParseHapFiles()
826 ErrCode BundleInstallChecker::CheckSystemSize( in CheckSystemSize() function in OHOS::AppExecFwk::BundleInstallChecker
831 (BundleUtil::CheckSystemSize(bundlePath, APP_INSTALL_PATH))) { in CheckSystemSize()
836 (BundleUtil::CheckSystemSize(bundlePath, APP_INSTALL_PATH))) { in CheckSystemSize()
841 (BundleUtil::CheckSystemSize(bundlePath, APP_INSTALL_PATH))) { in CheckSystemSize()
H A Dbundle_util.cpp190 bool BundleUtil::CheckSystemSize(const std::string &bundlePath, const std::string &diskPath) in CheckSystemSize() function in OHOS::AppExecFwk::BundleUtil
H A Dbase_bundle_installer.cpp5194 if (!BundleUtil::CheckSystemSize(bundlePaths[index], APP_INSTALL_PATH)) { in CopyHapsToSecurityDir()