Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
H A DProfileInfo.java37 * Indicates the deviceConfig of app.
39 public Map<String, DeviceConfig> deviceConfig = new HashMap<>(); field in ProfileInfo
H A DModuleAdaption.java53 profileInfo.deviceConfig = convertToDeviceConfig(moduleProfileInfo.moduleAppInfo); in convertToUncompressResult()
116 DeviceConfig deviceConfig = new DeviceConfig(); in convertToDeviceConfig()
117 deviceConfig.distributedNotificationEnabled = entrty.getValue().distributedNotificationEnabled; in convertToDeviceConfig()
118 deviceConfigMap.put(entrty.getKey(), deviceConfig); in convertToDeviceConfig()
H A DJsonUtil.java313 if (jsonObject == null || !jsonObject.containsKey(APP) || !jsonObject.containsKey("deviceConfig") in parseProfileInfo()
315 LOG.error("Uncompress::parseProfileInfo exception: app, deviceConfig or module is null."); in parseProfileInfo()
316 throw new BundleException("Parse profile info failed, app, deviceConfig or module is null."); in parseProfileInfo()
327 if (jsonObject.containsKey("deviceConfig")) { in parseProfileInfo()
328 JSONObject deviceConfigJson = jsonObject.getJSONObject("deviceConfig"); in parseProfileInfo()
329 profileInfo.deviceConfig = parseDeviceConfigInfo(deviceConfigJson, profileInfo.hapInfo.deviceType); in parseProfileInfo()
520 * parse deviceConfig infos
522 * @param deviceConfigInfoJson deviceConfig json Object
552 * parse deviceConfig infos
555 * @param deviceConfigInfoJson deviceConfig jso
[all...]

Completed in 4 milliseconds