Searched refs:getJsonBooleanValue (Results 1 – 2 of 2) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | JsonUtil.java | 424 moduleAppInfo.debug = getJsonBooleanValue(appJson, DEBUG, false); in parseModuleAppInfo() 445 getJsonBooleanValue(appJson, DISTRIBUTED_NOTIFICATION_ENABLED, false); in parseModuleAppInfo() 1078 … moduleInfo.deliveryWithInstall = getJsonBooleanValue(moduleJson, DELIVERY_WITH_INSTALL, true); in parseModuleHapInfo() 1281 … moduleExtensionAbilityInfo.visible = getJsonBooleanValue(extensionAbilityJson, EXPORTED, false); in parseModuleExtensionAbility() 1283 … moduleExtensionAbilityInfo.visible = getJsonBooleanValue(extensionAbilityJson, VISIBLE, false); in parseModuleExtensionAbility() 1354 moduleAbilityInfo.visible = getJsonBooleanValue(abilityJson, EXPORTED, false); in parseModuleAbility() 1356 moduleAbilityInfo.visible = getJsonBooleanValue(abilityJson, VISIBLE, false); in parseModuleAbility() 1358 moduleAbilityInfo.continuable = getJsonBooleanValue(abilityJson, CONTINUABLE, false); in parseModuleAbility() 1677 moduleFormInfo.isDefault = getJsonBooleanValue(formObj, IS_DEFAULT, false); in parseModuleForm() 1684 moduleFormInfo.updateEnabled = getJsonBooleanValue(formObj, UPDATE_ENABLED, false); in parseModuleForm() [all …]
|
| D | ModuleJsonUtil.java | 1346 boolean installationFree = getJsonBooleanValue(moduleObj, INSTALLATION_FREE, false); in parseStageBundleType() 1737 return getJsonBooleanValue(appObj, DEBUG, false); in getDebug() 1763 return getJsonBooleanValue(defaultObj, DEBUG, false); in getFADebug() 2122 boolean installationFree = getJsonBooleanValue(moduleObj, INSTALLATION_FREE, false); in checkAtomicServiceInstallationFree() 2170 …private static boolean getJsonBooleanValue(JSONObject jsonObject, String key, boolean defaultValue… in getJsonBooleanValue() method in ModuleJsonUtil
|