Lines Matching defs:jsonObject
171 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parseHapList() local
209 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parsePackInfos() local
226 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseShellVersionInfoToAppInfo() local
261 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseDeviceTypeToHapInfo() local
307 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseProfileInfo() local
1014 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseModuleProfileInfo() local
1380 … JSONObject jsonObject, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleMetadataInfos()
1401 static ModuleMetadataInfo parseModuleMetadata(JSONObject jsonObject, byte[] data, in parseModuleMetadata()
1493 static List<CommonEvent> parseModuleCommonEvents(JSONObject jsonObject) { in parseModuleCommonEvents()
1876 static String parseResourceByKey(JSONObject jsonObject, byte[] data, String key, String keyId) { in parseResourceByKey()
1891 …static HashMap<String, String> parseResourceMapByKey(JSONObject jsonObject, byte[] data, String ke… in parseResourceMapByKey()
1908 static String parseIconById(JSONObject jsonObject, byte[] data) throws BundleException { in parseIconById()
1971 private static String getJsonString(JSONObject jsonObject, String key) { in getJsonString()
1987 private static String getJsonString(JSONObject jsonObject, String key, String defaultValue) { in getJsonString()
1995 private static int getJsonIntValue(JSONObject jsonObject, String key, int defaultValue) { in getJsonIntValue()
2003 …private static boolean getJsonBooleanValue(JSONObject jsonObject, String key, boolean defaultValue… in getJsonBooleanValue()
2091 JSONObject jsonObject = JSON.parseObject(jsonString); in parsePatch() local