Home
last modified time | relevance | path

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 Dbms_bundle_install_checker_test.cpp138 * @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 Dbundle_util.h78 static bool CheckSystemSize(const std::string &bundlePath, const std::string &diskPath);
H A Dbundle_install_checker.h188 ErrCode CheckSystemSize(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp411 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 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.cpp5395 if (!BundleUtil::CheckSystemSize(bundlePaths[index], APP_INSTALL_PATH)) { in CopyHapsToSecurityDir()

Completed in 30 milliseconds