Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_checker.h49 std::string GetAppDistributionType(const Security::Verify::AppDistType &type);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixchecker_fuzzer/
H A Dquickfixchecker_fuzzer.cpp74 quickFixChecker.GetAppDistributionType(Security::Verify::AppDistType::APP_GALLERY); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp118 std::string appDistributionType = info.GetAppDistributionType(); in ProcessBundleInstall()
H A Dbundle_permission_mgr.cpp666 hapInfo.appDistributionType = innerBundleInfo.GetAppDistributionType();
695 updateHapInfoParams.appDistributionType = innerBundleInfo.GetAppDistributionType();
H A Dbundle_install_checker.cpp114 std::string GetAppDistributionType(const Security::Verify::AppDistType &type) in GetAppDistributionType() function
677 newInfo.SetAppDistributionType(GetAppDistributionType(provisionInfo.distributionType)); in CollectProvisionInfo()
1417 appProvisionInfo.appDistributionType = GetAppDistributionType(provisionInfo.distributionType); in ConvertToAppProvisionInfo()
H A Dbase_bundle_installer.cpp3970 appDistributionType_ = infos.begin()->second.GetAppDistributionType(); in SetAppDistributionType()
4160 std::string appDistributionType = oldInfo.GetAppDistributionType(); in CheckMDMUpdateBundleForSelf()
4973 eventInfo.appDistributionType = info.GetAppDistributionType(); in GetInstallEventInfo()
4987 eventInfo.appDistributionType = bundleInfo.GetAppDistributionType(); in GetInstallEventInfo()
H A Dbundle_mgr_host_impl.cpp4118 .appDistributionType = innerBundleInfo.GetAppDistributionType(), in SwitchUninstallState()
H A Dinner_bundle_info.cpp3650 std::string InnerBundleInfo::GetAppDistributionType() const in GetAppDistributionType() function in InnerBundleInfo
H A Dbundle_data_mgr.cpp8069 if (!appDistributionType.empty() && innerBundleInfo.GetAppDistributionType() != appDistributionType) { in GetDeveloperIds()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_checker.cpp286 std::string QuickFixChecker::GetAppDistributionType(const Security::Verify::AppDistType &type) in GetAppDistributionType() function in OHOS::AppExecFwk::QuickFixChecker
H A Dquick_fix_deployer.cpp208 appDistributionType_ = checker.GetAppDistributionType(provisionInfo.distributionType); in ProcessPatchDeployStart()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp493 eventInfo.appDistributionType = newBundleInfo_.GetAppDistributionType(); in GetInstallEventInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2105 std::string GetAppDistributionType() const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp1754 * Function: GetAppDistributionType
1755 * @tc.name: test GetAppDistributionType
1757 * @tc.desc: GetAppDistributionType app_gallery
1762 std::string type = checker.GetAppDistributionType(Security::Verify::AppDistType::APP_GALLERY); in HWTEST_F()
1768 * Function: GetAppDistributionType
1769 * @tc.name: test GetAppDistributionType
1771 * @tc.desc: GetAppDistributionType internaltesting
1776 std::string type = checker.GetAppDistributionType(static_cast<Security::Verify::AppDistType>(7)); in HWTEST_F()

Completed in 71 milliseconds