Home
last modified time | relevance | path

Searched refs:GetPrivilegeCapabilityValue (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1157 bool BundleInstallChecker::GetPrivilegeCapabilityValue( in GetPrivilegeCapabilityValue() function in OHOS::AppExecFwk::BundleInstallChecker
1196 appPrivilegeCapability.allowUsePrivilegeExtension = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1200 appPrivilegeCapability.allowMultiProcess = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1203 appPrivilegeCapability.hideDesktopIcon = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1206 appPrivilegeCapability.allowQueryPriority = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1209 appPrivilegeCapability.allowExcludeFromMissions = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1213 appPrivilegeCapability.allowMissionNotCleared = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1216 appPrivilegeCapability.formVisibleNotify = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1219 appPrivilegeCapability.userDataClearable = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig()
1222 appPrivilegeCapability.appShareLibrary = GetPrivilegeCapabilityValue(configInf in FetchPrivilegeCapabilityFromPreConfig()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h221 bool GetPrivilegeCapabilityValue(const std::vector<std::string> &existInJson,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp424 * @tc.name: test the start function of GetPrivilegeCapabilityValue
437 auto ret = installChecker.GetPrivilegeCapabilityValue(existInJson, key, existInPreJson, existInProvision); in HWTEST_F()
443 * @tc.name: test the start function of GetPrivilegeCapabilityValue
456 auto ret = installChecker.GetPrivilegeCapabilityValue(existInJson, key, existInPreJson, existInProvision); in HWTEST_F()

Completed in 7 milliseconds