• Home
  • Raw
  • Download

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
1380JSONObject jsonObject, byte[] data, HashMap<String, String> profileJsons) throws BundleException { in parseModuleMetadataInfos()
1405 static ModuleMetadataInfo parseModuleMetadata(JSONObject jsonObject, byte[] data, in parseModuleMetadata()
1504 static List<CommonEvent> parseModuleCommonEvents(JSONObject jsonObject) { in parseModuleCommonEvents()
1903 static String parseResourceByKey(JSONObject jsonObject, byte[] data, String key, String keyId) { in parseResourceByKey()
1918 …static HashMap<String, String> parseResourceMapByKey(JSONObject jsonObject, byte[] data, String ke… in parseResourceMapByKey()
1935 static String parseIconById(JSONObject jsonObject, byte[] data) throws BundleException { in parseIconById()
2005 private static String getJsonString(JSONObject jsonObject, String key) { in getJsonString()
2021 private static String getJsonString(JSONObject jsonObject, String key, String defaultValue) { in getJsonString()
2029 private static int getJsonIntValue(JSONObject jsonObject, String key, int defaultValue) { in getJsonIntValue()
2037 …private static boolean getJsonBooleanValue(JSONObject jsonObject, String key, boolean defaultValue… in getJsonBooleanValue()
2125 JSONObject jsonObject = JSON.parseObject(jsonString); in parsePatch() local