Home
last modified time | relevance | path

Searched full:har (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml44 # -har_module: specify har module to build in the test.
45 # -har_module_path: specify har module path to build in the test,in form of list
57 # -har_output_path: path of output har(har package), in form of list
60 # -har_output_path: path of output hsp(har package), in form of list
63 # -har_modify_mode_file: path of modified file in har module, in form of list
99 har_module: har
100 har_module_path: [ har ]
113 har_output_path: [outputs, default, har.har]
118 har_modify_file: [ har, Index.ets ]
128 har_module: har
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/
Dutils.ts35 case 'har':
36 return ModuleCategory.HAR;
52 return ModuleCategory.HAR;
DmoduleComponent.ts22 HAR = 2, enumerator
47 originPath?: string;//for .har, .tgz, .hsp
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har1/
Doh-package.json524 "bytecode_har": "file:../entry/bytecode_har.har",
25 "bytecode_har1": "file:../entry/bytecode_har1.har"
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har/
Doh-package.json524 "source_har": "file:./source_har.har",
25 "bytecode_har1": "file:./bytecode_har1.har"
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/entry/
Doh-package.json524 "bytecode_har" : "file:./bytecode_har.har",
25 "bytecode_har1" : "file:./bytecode_har1.har",
/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_mix_hap/
Dbuild_config.json27 "moduleType": "har",
37 "moduleType": "har",
/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_hap/
Dbuild_config.json31 "moduleType": "har",
40 "moduleType": "har",
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har/src/main/ets/workers/
DWorker.ets27 console.log('bytecode har recevived entry on Message success', JSON.stringify(event));
29 workerPort.postMessage(`bytecode har post message: ${i}`);
/arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/filename_obf/
Dmodule.json4 "type": "har",
/arkcompiler/ets_frontend/arkguard/
DREADME.md62 The files in the property `ruleOptions.files` will be applied when you build HAP or HAR.
65 …pends on this library. They will also be merged into a file `obfuscation.txt` in the resulting HAR.
67 When you are building HAP or HAR, the final obfucation rules are combination of self's `ruleOptions…
68 property, dependent libraries' `consumerFiles` properties and dependent HAR's `obfuscation.txt`.
69 If you are building HAR, the content of `obfuscation.txt` is the combination of self's `consumerFil…
70 dependent libraries' `consumerFiles` properties and dependent HAR's `obfuscation.txt`. If you are b…
100 Specifies to disable all obfuscations. If you use this option, the resulting HAP or HAR will not be…
200 * The names and property names of classes or objects exported in remote HAR (packages with real pat…
208 3. In the scenario where HAP/HSP/HAR depends on HSP, if the `-enable-export-obfuscation` option is …
383 If your are building HAR with this option, then the kept names will be merged into the resulting `o…
[all …]
/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.cpp153 …* If a Har package is dependent of a cross-app Hsp, its ohmurl need to contain the bundleName of t…
154 …* Since Har's ohmurl doesn't contain bundleName during its own compilation, the bundleName need to…
172 …* If an ohmurl already contains [bundle name], it means its not from a Har, so there's no need to … in UpdateBundleNameIfNeeded()
180 … * Ohmurl of both Har and in-app Hsp don't contain [bundle name], need to further screen out Hsp. in UpdateBundleNameIfNeeded()
/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_mix_hap/static_har/
Dindex.ets17 return "hello world from static har!";
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har1/src/main/
Dmodule.json519 "type": "har",
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/src/main/
Dmodule.json519 "type": "har",
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/
DIndex.ets18 console.log("this is source har");
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/src/main/
Dmodule.json519 "type": "har",
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har1/src/main/
Dmodule.json519 "type": "har",
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har/src/main/
Dmodule.json519 "type": "har",
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har/src/main/
Dmodule.json519 "type": "har",
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/src/main/
Dmodule.json519 "type": "har",
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/
DIndex.ets18 console.log('this is test har of out project')
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/
Doh-package.json524 "library": "file:./library.har"
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har/
DIndex.ets20 console.log("source har success");
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/
Doh-package.json524 "bytecodehar": "file:./bytecodehar.har",

123