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 D | bms_bundle_install_checker_test.cpp | 146 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 D | bundle_util.h | 78 static bool CheckSystemSize(const std::string &bundlePath, const std::string &diskPath);
|
H A D | bundle_install_checker.h | 188 ErrCode CheckSystemSize(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 416 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 D | bundle_util.cpp | 190 bool BundleUtil::CheckSystemSize(const std::string &bundlePath, const std::string &diskPath) in CheckSystemSize() function in OHOS::AppExecFwk::BundleUtil
|
H A D | base_bundle_installer.cpp | 5194 if (!BundleUtil::CheckSystemSize(bundlePaths[index], APP_INSTALL_PATH)) { in CopyHapsToSecurityDir()
|