Searched refs:GetAppDistributionType (Results 1 – 14 of 14) sorted by relevance
49 std::string GetAppDistributionType(const Security::Verify::AppDistType &type);
74 quickFixChecker.GetAppDistributionType(Security::Verify::AppDistType::APP_GALLERY); in DoSomethingInterestingWithMyAPI()
118 std::string appDistributionType = info.GetAppDistributionType(); in ProcessBundleInstall()
668 hapInfo.appDistributionType = innerBundleInfo.GetAppDistributionType(); in CreateHapInfoParams()697 updateHapInfoParams.appDistributionType = innerBundleInfo.GetAppDistributionType(); in UpdateHapToken()
114 std::string GetAppDistributionType(const Security::Verify::AppDistType &type) in GetAppDistributionType() function682 newInfo.SetAppDistributionType(GetAppDistributionType(provisionInfo.distributionType)); in CollectProvisionInfo()1437 appProvisionInfo.appDistributionType = GetAppDistributionType(provisionInfo.distributionType); in ConvertToAppProvisionInfo()
3808 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()
4150 .appDistributionType = innerBundleInfo.GetAppDistributionType(), in SwitchUninstallState()
3723 std::string InnerBundleInfo::GetAppDistributionType() const in GetAppDistributionType() function in OHOS::AppExecFwk::InnerBundleInfo
8385 …if (!appDistributionType.empty() && innerBundleInfo.GetAppDistributionType() != appDistributionTyp… in GetDeveloperIds()
286 std::string QuickFixChecker::GetAppDistributionType(const Security::Verify::AppDistType &type) in GetAppDistributionType() function in OHOS::AppExecFwk::QuickFixChecker
208 appDistributionType_ = checker.GetAppDistributionType(provisionInfo.distributionType); in ProcessPatchDeployStart()
490 eventInfo.appDistributionType = newBundleInfo_.GetAppDistributionType(); in GetInstallEventInfo()
2105 std::string GetAppDistributionType() const;
1762 std::string type = checker.GetAppDistributionType(Security::Verify::AppDistType::APP_GALLERY);1776 … std::string type = checker.GetAppDistributionType(static_cast<Security::Verify::AppDistType>(7));