Home
last modified time | relevance | path

Searched refs:harmonyProfileJsonString (Results 1 – 1 of 1) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DJsonUtil.java304 …static ProfileInfo parseProfileInfo(String harmonyProfileJsonString, byte[] data, String paclInfoJ… in parseProfileInfo() argument
307 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseProfileInfo()
1011 …static ModuleProfileInfo parseModuleProfileInfo(String harmonyProfileJsonString, byte[] data, Stri… in parseModuleProfileInfo() argument
1014 JSONObject jsonObject = JSONObject.parseObject(harmonyProfileJsonString); in parseModuleProfileInfo()