| /developtools/packing_tool/adapter/ohos/ |
| D | UncompressEntrance.java | 140 …public static boolean unpack(String appPath, String outPath, String deviceType, boolean unpackApk)… in unpack() argument 154 utility.setDeviceType(deviceType == null ? "" : deviceType); in unpack() 228 …public static UncompressResult parseApp(String appPath, String parseMode, String deviceType, Strin… in parseApp() argument 235 utility.setDeviceType(deviceType == null ? "" : deviceType); in parseApp() 269 …public static UncompressResult parseApp(InputStream input, String parseMode, String deviceType, St… in parseApp() argument 283 utility.setDeviceType(deviceType == null ? "" : deviceType); in parseApp()
|
| D | HapVerifyInfo.java | 70 private List<String> deviceType = new ArrayList<>(); field in HapVerifyInfo 262 return deviceType; in getDeviceType() 268 public void setDeviceType(List<String> deviceType) { in setDeviceType() argument 269 this.deviceType = deviceType; in setDeviceType()
|
| D | Uncompress.java | 309 …private static UncompressResult uncompressHapFromAppStream(String deviceType, InputStream stream, … in uncompressHapFromAppStream() argument 395 …static UncompressResult uncompressHapByPath(String deviceType, String hapPath) throws BundleExcept… in uncompressHapByPath() argument 399 compressResult = unCompressModuleHap(deviceType, hapPath, MODULE_JSON); in uncompressHapByPath() 401 compressResult = uncompress(deviceType, hapPath, HARMONY_PROFILE); in uncompressHapByPath() 437 static UncompressResult uncompressHapByStream(String deviceType, InputStream stream, in uncompressHapByStream() argument 440 compressResult = uncompressHapByBigStream(deviceType, stream, hapName); in uncompressHapByStream() 444 …static UncompressResult uncompressHapByBigStream(String deviceType, InputStream stream, String hap… in uncompressHapByBigStream() argument 462 … compressResult = uncompressModuleHapByInput(deviceType, parseStream, MODULE_JSON, hapName); in uncompressHapByBigStream() 464 … compressResult = uncompressByInput(deviceType, parseStream, HARMONY_PROFILE, hapName); in uncompressHapByBigStream() 750 private static UncompressResult uncompress(String deviceType, String srcPath, String fileName) in uncompress() argument [all …]
|
| D | PackInfo.java | 44 public List<String> deviceType = new ArrayList<String>(); field in PackInfo
|
| D | Utility.java | 72 private String deviceType = ""; field in Utility 444 return deviceType; in getDeviceType() 447 public void setDeviceType(String deviceType) { in setDeviceType() argument 448 if (!deviceType.startsWith(CMD_PREFIX)) { in setDeviceType() 449 this.deviceType = deviceType; in setDeviceType()
|
| D | HapInfo.java | 88 public List<String> deviceType = new ArrayList<String>(); field in HapInfo
|
| D | ResourcesParser.java | 120 for (DeviceType deviceType : DeviceType.values()) { in getType() 121 if (deviceType.getIndex() == index) { in getType() 122 return deviceType.type; in getType()
|
| D | JsonUtil.java | 169 … static List<PackInfo> parseHapList(String deviceType, String jsonString) throws BundleException { in parseHapList() argument 189 deviceType.toLowerCase(Locale.ENGLISH))) { in parseHapList() 196 packInfo.deviceType = JSONArray.parseArray(deviceTypes, String.class); in parseHapList() 285 hapInfo.deviceType = JSONArray.parseArray(deviceTypes in parseDeviceTypeToHapInfo() 324 …profileInfo.deviceConfig = parseDeviceConfigInfo(deviceConfigJson, profileInfo.hapInfo.deviceType); in parseProfileInfo() 531 for (String deviceType : deviceTypes) { in parseDeviceConfigInfo() 532 getTargetDeviceConfig(deviceConfigs, deviceConfigInfoJson, defaultConfig, deviceType); in parseDeviceConfigInfo() 658 hapInfo.deviceType = JSONArray.parseArray(getJsonString(hapJson, "deviceType") in parseHapInfo()
|
| D | ModuleAdaption.java | 145 hapInfo.deviceType = moduleInfo.deviceTypes; in convertToHapInfo()
|
| D | Compressor.java | 1430 …String deviceType = thirdLevelDirectoryName.substring(forthDelimiterIndex + 1, fifthDelimiterIndex… in isThirdLevelDirectoryNameValid() local 1431 if (!checkOrientation(orientation) || !checkDeviceType(deviceType)) { in isThirdLevelDirectoryNameValid() 1490 private boolean checkDeviceType(String deviceType) { in checkDeviceType() argument 1491 if (!Pattern.compile(REGEX_DEVICE_TYPE).matcher(deviceType).matches()) { in checkDeviceType() 1492 LOG.error("Compressor::compressProcess deviceType " + deviceType + in checkDeviceType()
|
| D | ModuleJsonUtil.java | 1136 List<String> deviceType = new ArrayList<>(); in parseDeviceType() local 1144 return deviceType; in parseDeviceType() 1147 return deviceType; in parseDeviceType()
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | lite_component_map.js | 311 function select(deviceType) { argument 316 return tag[deviceType];
|
| /developtools/smartperf_host/ide/test/trace/component/setting/utils/ |
| D | PluginConvertUtils.test.ts | 70 deviceType: Type.HI3516,
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | startup_delay.cpp | 71 std::string deviceType = cmdResult.substr(splitFlag + 1); in GetDeviceType() local 72 return deviceType; in GetDeviceType()
|
| D | control_call_cmd.cpp | 123 std::string deviceType = sd.GetDeviceType(); in SlideFPS() local 221 std::string deviceType = sd.GetDeviceType(); in ColdStart() local 251 std::string deviceType = sd.GetDeviceType(); in HotStart() local
|
| /developtools/ace_js2bundle/ace-loader/ |
| D | webpack.lite.config.js | 198 if (env.deviceType) { 199 const deviceArr = env.deviceType.split(/,/);
|
| D | webpack.rich.config.js | 250 if (env.deviceType) { 251 let deviceArr = env.deviceType.split(/,/)
|
| /developtools/packing_tool/ |
| D | README_zh.md | 299 | UncompressEntrance | UncomperssResult parseApp(String appPath,String parseMode,String deviceType,… 300 … | UncomperssResult parseApp(InputStream input,String parseMode,String deviceType,String hapName,S… 325 | deviceType | List\<String> | 表示当前hap包所支持的设备类型 | NA | 383 | deviceType | List\<String> | 标识hap可以运行在哪类设备上 | …
|
| /developtools/smartperf_host/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 818 deviceType: Type; property
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 810 deviceType: Type; property
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerEnergyState.ts | 246 deviceType: number | undefined; property in EnergyStateStruct
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerEnergyState.ts | 246 deviceType: number | undefined; property in EnergyStateStruct
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/ |
| D | ProfilerTask.ets | 165 tGeneralInfo.deviceTypeName = deviceInfo.deviceType
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 1555 deviceType: Type.HI3516,
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 1554 deviceType: Type.HI3516,
|