Home
last modified time | relevance | path

Searched refs:CheckHapHashParams (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h80 ErrCode CheckHapHashParams(
H A Dbase_bundle_installer.h410 ErrCode CheckHapHashParams(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp259 * @tc.name: test the start function of CheckHapHashParams
268 auto ret = installChecker.CheckHapHashParams(infos, hashParams); in HWTEST_F()
2373 * @tc.name: test the function of CheckHapHashParams
2374 * @tc.desc: 1.test check hap hash params by CheckHapHashParams
2384 auto ret = installChecker.CheckHapHashParams(infos, hashParams); in HWTEST_F()
2397 ret = installChecker.CheckHapHashParams(infos, hashParams); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp3022 * @tc.name: Test CheckHapHashParams
3023 * @tc.desc: 1.Test CheckHapHashParams of BundleInstallChecker
3035 ret = installChecker.CheckHapHashParams(infos, hashParams); in HWTEST_F()
3040 ret = installChecker.CheckHapHashParams(infos, hashParams); in HWTEST_F()
3050 ret = installChecker.CheckHapHashParams(infos, hashParams); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp844 ErrCode BundleInstallChecker::CheckHapHashParams( in CheckHapHashParams() function in OHOS::AppExecFwk::BundleInstallChecker
H A Dbase_bundle_installer.cpp1191 result = CheckHapHashParams(newInfos, installParam.hashParams); in ProcessBundleInstall()
4078 ErrCode BaseBundleInstaller::CheckHapHashParams( in CheckHapHashParams() function in OHOS::AppExecFwk::BaseBundleInstaller
4082 return bundleInstallChecker_->CheckHapHashParams(infos, hashParams); in CheckHapHashParams()

Completed in 43 milliseconds