Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_checker.h49 std::string GetAppDistributionType(const Security::Verify::AppDistType &type);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixchecker_fuzzer/
H A Dquickfixchecker_fuzzer.cpp74 quickFixChecker.GetAppDistributionType(Security::Verify::AppDistType::APP_GALLERY); in DoSomethingInterestingWithMyAPI()
/ohos5.0/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.cpp668 hapInfo.appDistributionType = innerBundleInfo.GetAppDistributionType(); in CreateHapInfoParams()
697 updateHapInfoParams.appDistributionType = innerBundleInfo.GetAppDistributionType(); in UpdateHapToken()
H A Dbundle_install_checker.cpp114 std::string GetAppDistributionType(const Security::Verify::AppDistType &type) in GetAppDistributionType() function
682 newInfo.SetAppDistributionType(GetAppDistributionType(provisionInfo.distributionType)); in CollectProvisionInfo()
1437 appProvisionInfo.appDistributionType = GetAppDistributionType(provisionInfo.distributionType); in ConvertToAppProvisionInfo()
H A Dbase_bundle_installer.cpp3808 appDistributionType_ = infos.begin()->second.GetAppDistributionType(); in SetAppDistributionType()
3986 std::string appDistributionType = oldInfo.GetAppDistributionType(); in CheckMDMUpdateBundleForSelf()
4369 if (oldInfo.GetAppDistributionType() != newInfo.GetAppDistributionType()) { in CheckAppLabel()
4700 eventInfo.appDistributionType = info.GetAppDistributionType(); in GetInstallEventInfo()
4714 eventInfo.appDistributionType = bundleInfo.GetAppDistributionType(); in GetInstallEventInfo()
H A Dbundle_mgr_host_impl.cpp4150 .appDistributionType = innerBundleInfo.GetAppDistributionType(), in SwitchUninstallState()
H A Dinner_bundle_info.cpp3723 std::string InnerBundleInfo::GetAppDistributionType() const in GetAppDistributionType() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp8385 …if (!appDistributionType.empty() && innerBundleInfo.GetAppDistributionType() != appDistributionTyp… in GetDeveloperIds()
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp490 eventInfo.appDistributionType = newBundleInfo_.GetAppDistributionType(); in GetInstallEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2105 std::string GetAppDistributionType() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp1762 std::string type = checker.GetAppDistributionType(Security::Verify::AppDistType::APP_GALLERY);
1776 … std::string type = checker.GetAppDistributionType(static_cast<Security::Verify::AppDistType>(7));