Searched refs:GetAppIdentifier (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 126 item.second.GetAppId().c_str(), item.second.GetAppIdentifier().c_str()); in sendStartSharedBundleInstallNotify() 132 .appIdentifier = item.second.GetAppIdentifier() in sendStartSharedBundleInstallNotify()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 180 item.second.GetAppId().c_str(), item.second.GetAppIdentifier().c_str()); in SendStartInstallNotify() 186 .appIdentifier = item.second.GetAppIdentifier() in SendStartInstallNotify() 1506 appIdentifier_ = oldInfo.GetAppIdentifier(); in ProcessBundleUninstall() 1651 ClearDomainVerifyStatus(oldInfo.GetAppIdentifier(), bundleName); in ProcessBundleUninstall() 1770 ClearDomainVerifyStatus(oldInfo.GetAppIdentifier(), bundleName); in ProcessBundleUninstall() 2150 if (!CheckAppIdentifier(oldInfo.GetAppIdentifier(), newInfo.GetAppIdentifier(), in ProcessBundleUpdateStatus() 4894 uninstallBundleInfo.appIdentifier = oldInfo.GetAppIdentifier(); in GetUninstallBundleInfo() 4940 …f (!CheckAppIdentifier(uninstallBundleInfo.appIdentifier, infos.begin()->second.GetAppIdentifier(), in CheckInstallOnKeepData() 5821 std::string appIdentifier = bundleInfo.GetAppIdentifier(); in VerifyDomain() 6111 …kAppIdentifier(provisionInfo.bundleInfo.appIdentifier, newInfos.begin()->second.GetAppIdentifier(), in CheckShellCanInstallPreApp()
|
H A D | bundle_permission_mgr.cpp | 162 !MatchSignature(permission, innerBundleInfo.GetAppIdentifier()) && in CreateHapPolicyParam()
|
H A D | bundle_install_checker.cpp | 733 !MatchSignature(preBundleConfigInfo.appSignature, newInfo.GetAppIdentifier()) && in GetPrivilegeCapability() 1642 const std::string appIdentifier = innerBundleInfo.GetAppIdentifier(); in DetermineCloneNum()
|
H A D | bundle_data_mgr.cpp | 361 oldInfo.SetAppIdentifier(newInfo.GetAppIdentifier()); in AddNewModuleInfo() 641 oldInfo.SetAppIdentifier(newInfo.GetAppIdentifier()); in UpdateInnerBundleInfo() 8941 signatureInfo.appIdentifier = innerBundleInfo.GetAppIdentifier(); in GetSignatureInfoByBundleName() 9174 if (innerInfo.GetAppId() == appId || innerInfo.GetAppIdentifier() == appId) { in GetBundleNameByAppId()
|
H A D | bundle_mgr_service_event_handler.cpp | 2644 !MatchSignature(preBundleConfigInfo, innerBundleInfo.GetAppIdentifier()) && in UpdatePrivilegeCapability()
|
H A D | inner_bundle_info.cpp | 4206 std::string InnerBundleInfo::GetAppIdentifier() const in GetAppIdentifier() function in OHOS::AppExecFwk::InnerBundleInfo
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_record.h | 576 const std::string &GetAppIdentifier() const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 184 DEBUG_APP_IDENTIFIER : info.GetAppIdentifier(); in BuildAOTArgs()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 2186 std::string GetAppIdentifier() const;
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_record.cpp | 395 const std::string &AppRunningRecord::GetAppIdentifier() const in GetAppIdentifier() function in OHOS::AppExecFwk::AppRunningRecord
|
H A D | app_mgr_service_inner.cpp | 6872 … if (!checkAllowList || !appUtils.IsAllowNativeChildProcess(hostRecord->GetAppIdentifier())) { in NotifyAppFaultBySA() 7764 !AAFwk::AppUtils::GetInstance().IsAllowNativeChildProcess(appRecord->GetAppIdentifier())) { in NotifyAppFaultBySA()
|