Searched refs:CheckSystemSize (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 138 * @tc.name: test the start function of CheckSystemSize
146 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
in HWTEST_F() 152 * @tc.name: test the start function of CheckSystemSize
160 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
in HWTEST_F() 166 * @tc.name: test the start function of CheckSystemSize
174 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
in HWTEST_F() 180 * @tc.name: test the start function of CheckSystemSize
188 auto ret = installChecker.CheckSystemSize(bundlePath, appType);
in HWTEST_F() 194 * @tc.name: test the start function of CheckSystemSize
207 auto ret = installChecker.CheckSystemSize(bundlePat in HWTEST_F() [all...] |
/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(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 411 if ((result = CheckSystemSize(bundlePaths[i], checkParam.appType)) != ERR_OK) { in ParseHapFiles() 821 ErrCode BundleInstallChecker::CheckSystemSize( in CheckSystemSize() function in OHOS::AppExecFwk::BundleInstallChecker 826 (BundleUtil::CheckSystemSize(bundlePath, APP_INSTALL_PATH))) { in CheckSystemSize() 831 (BundleUtil::CheckSystemSize(bundlePath, APP_INSTALL_PATH))) { in CheckSystemSize() 836 (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 | 5395 if (!BundleUtil::CheckSystemSize(bundlePaths[index], APP_INSTALL_PATH)) { in CopyHapsToSecurityDir()
|
Completed in 19 milliseconds