Lines Matching defs:jsonObject
177 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parseHapList() local
215 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parsePackInfos() local
232 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseShellVersionInfoToAppInfo() local
267 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseDeviceTypeToHapInfo() local
313 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseProfileInfo() local
1030 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseModuleProfileInfo() local
1431 … JSONObject jsonObject, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleMetadataInfos()
1456 static ModuleMetadataInfo parseModuleMetadata(JSONObject jsonObject, byte[] data, in parseModuleMetadata()
1555 static List<CommonEvent> parseModuleCommonEvents(JSONObject jsonObject) { in parseModuleCommonEvents()
1954 static String parseResourceByKey(JSONObject jsonObject, byte[] data, String key, String keyId) { in parseResourceByKey()
1969 …static HashMap<String, String> parseResourceMapByKey(JSONObject jsonObject, byte[] data, String ke… in parseResourceMapByKey()
1986 static String parseIconById(JSONObject jsonObject, byte[] data) throws BundleException { in parseIconById()
2056 private static String getJsonString(JSONObject jsonObject, String key) { in getJsonString()
2072 private static String getJsonString(JSONObject jsonObject, String key, String defaultValue) { in getJsonString()
2080 private static int getJsonIntValue(JSONObject jsonObject, String key, int defaultValue) { in getJsonIntValue()
2088 …private static boolean getJsonBooleanValue(JSONObject jsonObject, String key, boolean defaultValue… in getJsonBooleanValue()
2176 JSONObject jsonObject = JSON.parseObject(jsonString); in parsePatch() local