Lines Matching defs:jsonObject
99 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parseHapList() local
137 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parsePackInfos() local
154 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseShellVersionInfoToAppInfo() local
189 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseDeviceTypeToHapInfo() local
236 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseProfileInfo() local
908 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseModuleProfileInfo() local
1303 … JSONObject jsonObject, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleMetadataInfos()
1321 static ModuleMetadataInfo parseModuleMetadata(JSONObject jsonObject, byte[] data, in parseModuleMetadata()
1416 static List<CommonEvent> parseModuleCommonEvents(JSONObject jsonObject) { in parseModuleCommonEvents()
1783 static String parseResourceByKey(JSONObject jsonObject, byte[] data, String key, String keyId) in parseResourceByKey()
1807 static String parseIconById(JSONObject jsonObject, byte[] data) throws BundleException { in parseIconById()
1868 private static String getJsonString(JSONObject jsonObject, String key) { in getJsonString()
1884 private static String getJsonString(JSONObject jsonObject, String key, String defaultValue) { in getJsonString()
1973 JSONObject jsonObject = JSON.parseObject(jsonString); in parsePatch() local
2020 …private static boolean getJsonBooleanValue(JSONObject jsonObject, String key, boolean defaultValue… in getJsonBooleanValue()
2035 private static int getJsonIntValue(JSONObject jsonObject, String key) { in getJsonIntValue()