Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h38 bool allowQueryPriority = false; member
66 allowQueryPriority = false; in Reset()
90 + ", allowQueryPriority = " + GetBoolStrVal(allowQueryPriority) in ToString()
H A Dapp_privilege_capability.h25 bool allowQueryPriority = false; member
38 + ", allowQueryPriority = " + BundleUtil::GetBoolStrVal(allowQueryPriority) in ToString()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp86 appPrivilegeCapability.allowQueryPriority = true; in __anon37e41dcf0502()
1226 …appPrivilegeCapability.allowQueryPriority = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1227 …ALLOW_ABILITY_PRIORITY_QUERIED, configInfo.allowQueryPriority, appPrivilegeCapability.allowQueryPr… in FetchPrivilegeCapabilityFromPreConfig()
1302 if (!appPrivilegeCapability.allowQueryPriority) { in ProcessBundleInfoByPrivilegeCapability()
1334 if (!appPrivilegeCapability.allowQueryPriority) { in ProcessBundleInfoByPrivilegeCapability()
H A Dpre_bundle_profile.cpp285 preBundleConfigInfo.allowQueryPriority, in TransformTo()