Lines Matching defs:jsonObject
179 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parseHapList() local
217 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parsePackInfos() local
234 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseShellVersionInfoToAppInfo() local
269 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseDeviceTypeToHapInfo() local
315 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseProfileInfo() local
1032 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseModuleProfileInfo() local
1427 … JSONObject jsonObject, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleMetadataInfos()
1452 static ModuleMetadataInfo parseModuleMetadata(JSONObject jsonObject, byte[] data, in parseModuleMetadata()
1551 static List<CommonEvent> parseModuleCommonEvents(JSONObject jsonObject) { in parseModuleCommonEvents()
1950 static String parseResourceByKey(JSONObject jsonObject, byte[] data, String key, String keyId) { in parseResourceByKey()
1965 …static HashMap<String, String> parseResourceMapByKey(JSONObject jsonObject, byte[] data, String ke… in parseResourceMapByKey()
1982 static String parseIconById(JSONObject jsonObject, byte[] data) throws BundleException { in parseIconById()
2052 private static String getJsonString(JSONObject jsonObject, String key) { in getJsonString()
2068 private static String getJsonString(JSONObject jsonObject, String key, String defaultValue) { in getJsonString()
2076 private static int getJsonIntValue(JSONObject jsonObject, String key, int defaultValue) { in getJsonIntValue()
2084 …private static boolean getJsonBooleanValue(JSONObject jsonObject, String key, boolean defaultValue… in getJsonBooleanValue()
2172 JSONObject jsonObject = JSON.parseObject(jsonString); in parsePatch() local