Home
last modified time | relevance | path

Searched refs:allowExcludeFromMissions (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h39 bool allowExcludeFromMissions = false; member
67 allowExcludeFromMissions = false; in Reset()
91 + ", allowExcludeFromMissions = " + GetBoolStrVal(allowExcludeFromMissions) in ToString()
H A Dapp_privilege_capability.h26 bool allowExcludeFromMissions = false; member
39 + ", allowExcludeFromMissions = " + BundleUtil::GetBoolStrVal(allowExcludeFromMissions) in ToString()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp90 appPrivilegeCapability.allowExcludeFromMissions = true; in __anon37e41dcf0602()
1229 …appPrivilegeCapability.allowExcludeFromMissions = GetPrivilegeCapabilityValue(configInfo.existInJs… in FetchPrivilegeCapabilityFromPreConfig()
1231 configInfo.allowExcludeFromMissions, appPrivilegeCapability.allowExcludeFromMissions); in FetchPrivilegeCapabilityFromPreConfig()
1305 if (!appPrivilegeCapability.allowExcludeFromMissions) { in ProcessBundleInfoByPrivilegeCapability()
H A Dpre_bundle_profile.cpp293 preBundleConfigInfo.allowExcludeFromMissions, in TransformTo()