Home
last modified time | relevance | path

Searched refs:GetAppIdentifier (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp126 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 Dbase_bundle_installer.cpp180 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 Dbundle_permission_mgr.cpp162 !MatchSignature(permission, innerBundleInfo.GetAppIdentifier()) && in CreateHapPolicyParam()
H A Dbundle_install_checker.cpp733 !MatchSignature(preBundleConfigInfo.appSignature, newInfo.GetAppIdentifier()) && in GetPrivilegeCapability()
1642 const std::string appIdentifier = innerBundleInfo.GetAppIdentifier(); in DetermineCloneNum()
H A Dbundle_data_mgr.cpp361 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 Dbundle_mgr_service_event_handler.cpp2644 !MatchSignature(preBundleConfigInfo, innerBundleInfo.GetAppIdentifier()) && in UpdatePrivilegeCapability()
H A Dinner_bundle_info.cpp4206 std::string InnerBundleInfo::GetAppIdentifier() const in GetAppIdentifier() function in OHOS::AppExecFwk::InnerBundleInfo
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h576 const std::string &GetAppIdentifier() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp184 DEBUG_APP_IDENTIFIER : info.GetAppIdentifier(); in BuildAOTArgs()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2186 std::string GetAppIdentifier() const;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp395 const std::string &AppRunningRecord::GetAppIdentifier() const in GetAppIdentifier() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp6872 … if (!checkAllowList || !appUtils.IsAllowNativeChildProcess(hostRecord->GetAppIdentifier())) { in NotifyAppFaultBySA()
7764 !AAFwk::AppUtils::GetInstance().IsAllowNativeChildProcess(appRecord->GetAppIdentifier())) { in NotifyAppFaultBySA()