Searched defs:jsonObject (Results 1 – 4 of 4) sorted by relevance
97 JSONObject jsonObject; in parseStageVersion() local138 JSONObject jsonObject; in parseFaVersion() local195 JSONObject jsonObject; in parseStageModuleApiVersion() local229 JSONObject jsonObject; in parseFAModuleApiVersion() local267 JSONObject jsonObject; in parseStageModuleName() local297 JSONObject jsonObject; in parseFaModuleName() local331 JSONObject jsonObject; in parseFaPackageStr() local360 JSONObject jsonObject; in parseBundleName() local391 JSONObject jsonObject; in parseVendor() local905 JSONObject jsonObject; in checkEntryInAtomicService() local[all …]
99 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parseHapList() local137 JSONObject jsonObject = JSONObject.parseObject(jsonString); in parsePackInfos() local154 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseShellVersionInfoToAppInfo() local189 JSONObject jsonObject = JSONObject.parseObject(packInfoJsonStr); in parseDeviceTypeToHapInfo() local236 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseProfileInfo() local908 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseModuleProfileInfo() local1303 … 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()[all …]
184 JSONObject jsonObject = JSONObject.parseObject(jsonStr.get()); in getValueFromJsonFileContent() local
875 let jsonObject: any = {}; variable