Home
last modified time | relevance | path

Searched refs:CheckAppLabelInfo (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/
H A Dappservicefwkinstallercheckapplabelinfo_fuzzer.cpp38 appServicefwk.CheckAppLabelInfo(infos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp938 * @tc.name: test the start function of CheckAppLabelInfo
952 auto ret = installChecker.CheckAppLabelInfo(infos); in HWTEST_F()
958 * @tc.name: test the start function of CheckAppLabelInfo
972 auto ret = installChecker.CheckAppLabelInfo(infos); in HWTEST_F()
978 * @tc.name: test the start function of CheckAppLabelInfo
992 auto ret = installChecker.CheckAppLabelInfo(infos); in HWTEST_F()
998 * @tc.name: test the start function of CheckAppLabelInfo
1012 auto ret = installChecker.CheckAppLabelInfo(infos); in HWTEST_F()
1018 * @tc.name: test the start function of CheckAppLabelInfo
1032 auto ret = installChecker.CheckAppLabelInfo(info in HWTEST_F()
[all...]
H A Dbms_bundle_app_service_fwk_installer.cpp364 * @tc.name: test CheckAppLabelInfo
365 * @tc.desc: 1.Test the CheckAppLabelInfo
374 auto res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
378 res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
385 res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
389 res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
395 * @tc.name: test CheckAppLabelInfo
396 * @tc.desc: 1.Test the CheckAppLabelInfo
411 auto res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp5441 * @tc.name: test CheckAppLabelInfo
5442 * @tc.desc: 1.Test the CheckAppLabelInfo
5451 auto res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
5455 res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
5462 res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
5466 res = appServiceFwkInstaller.CheckAppLabelInfo(infos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h97 ErrCode CheckAppLabelInfo();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H A Dapp_service_fwk_installer.h58 ErrCode CheckAppLabelInfo(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h89 ErrCode CheckAppLabelInfo(const std::unordered_map<std::string, InnerBundleInfo> &infos);
H A Dbase_bundle_installer.h418 ErrCode CheckAppLabelInfo(const std::unordered_map<std::string, InnerBundleInfo> &infos);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp424 result = CheckAppLabelInfo(newInfos); in CheckAndParseFiles()
484 ErrCode AppServiceFwkInstaller::CheckAppLabelInfo( in CheckAppLabelInfo() function in OHOS::AppExecFwk::AppServiceFwkInstaller
500 ErrCode ret = bundleInstallChecker_->CheckAppLabelInfo(infos); in CheckAppLabelInfo()
502 APP_LOGE("CheckAppLabelInfo failed, ret %{public}d", ret); in CheckAppLabelInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp103 result = CheckAppLabelInfo(); in ParseFiles()
253 ErrCode InnerSharedBundleInstaller::CheckAppLabelInfo() in CheckAppLabelInfo() function in OHOS::AppExecFwk::InnerSharedBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp899 ErrCode BundleInstallChecker::CheckAppLabelInfo( in CheckAppLabelInfo() function in OHOS::AppExecFwk::BundleInstallChecker
H A Dbase_bundle_installer.cpp1201 result = CheckAppLabelInfo(newInfos); in ProcessBundleInstall()
4085 ErrCode BaseBundleInstaller::CheckAppLabelInfo(const std::unordered_map<std::string, InnerBundleInfo> &infos) in CheckAppLabelInfo() function in OHOS::AppExecFwk::BaseBundleInstaller
4094 ErrCode ret = bundleInstallChecker_->CheckAppLabelInfo(infos); in CheckAppLabelInfo()
H A Dbundle_mgr_service_event_handler.cpp3101 ret = bundleInstallChecker->CheckAppLabelInfo(infos); in CheckAndParseHapFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp874 ErrCode res = installer.CheckAppLabelInfo(); in HWTEST_F()

Completed in 45 milliseconds