Home
last modified time | relevance | path

Searched refs:CheckSysCap (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerchecksyscap_fuzzer/
H A Dbasebundleinstallerchecksyscap_fuzzer.cpp32 auto ret1 = basebundleinstall.CheckSysCap(bundlePaths); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h62 ErrCode CheckSysCap(const std::vector<std::string> &bundlePaths);
H A Dbase_bundle_installer.h362 ErrCode CheckSysCap(const std::vector<std::string> &bundlePaths);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp68 result = bundleInstallChecker_->CheckSysCap(bundlePaths); in ParseFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp123 * @tc.name: test the start function of CheckSysCap
132 auto ret = installChecker.CheckSysCap(bundlePaths); in HWTEST_F()
496 * @tc.name: test the start function of CheckSysCap
506 ErrCode res = installChecker.CheckSysCap(bundlePaths); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp3029 ErrCode ret = installChecker.CheckSysCap(bundlePaths); in HWTEST_F()
3056 * @tc.name: test the start function of CheckSysCap
3068 auto ret = installChecker.CheckSysCap(bundlePaths); in HWTEST_F()
3076 * @tc.name: test the start function of CheckSysCap
3085 auto ret = installChecker.CheckSysCap(bundlePaths); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp391 result = bundleInstallChecker_->CheckSysCap(checkedHspPaths); in CheckAndParseFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp145 ErrCode BundleInstallChecker::CheckSysCap(const std::vector<std::string> &bundlePaths) in CheckSysCap() function in OHOS::AppExecFwk::BundleInstallChecker
H A Dbase_bundle_installer.cpp1139 result = CheckSysCap(bundlePaths); in ProcessBundleInstall()
3678 ErrCode BaseBundleInstaller::CheckSysCap(const std::vector<std::string> &bundlePaths) in CheckSysCap() function in OHOS::AppExecFwk::BaseBundleInstaller
3680 return bundleInstallChecker_->CheckSysCap(bundlePaths); in CheckSysCap()
H A Dbundle_mgr_service_event_handler.cpp3069 ret = bundleInstallChecker->CheckSysCap(realPaths); in CheckAndParseHapFiles()

Completed in 49 milliseconds