Searched full:hsp (Results 1 – 25 of 38) sorted by relevance
12
3 record_name: com.inter_app.hsp&bytecodehar/bytecodehar-dynamic-import&5 record_name: com.inter_app.hsp&bytecodehar/bytecodehar-static-import&7 record_name: com.inter_app.hsp&lib2/importfile3&9 record_name: com.inter_app.hsp&@ohos/lib2/importfile4&10 program_file: inter-app-hsp-file-exec.ts11 record_name: com.inter_app.hsp&myapp/inter-app-hsp-file-exec&27 .function any com.inter_app.hsp&bytecodehar/bytecodehar-dynamic-import&.#*#testNonConst(any a0, any…39 .function any com.inter_app.hsp&bytecodehar/bytecodehar-dynamic-import&.#*#testNonOhmurl(any a0, an…47 .function any com.inter_app.hsp&bytecodehar/bytecodehar-dynamic-import&.#*#testReplacementWithAt(an…56 lda.str @normalized:N&&com.inter_app.hsp&@ohos/lib2/importfile4&[all …]
4 importfile2:com.inter_app.hsp&@ohos/lib/importfile2&2.0.05 importfile3:com.inter_app.hsp&lib2/importfile3&6 importfile4:com.inter_app.hsp&@ohos/lib2/importfile4&7 inter-app-hsp-file-exec:com.inter_app.hsp&myapp/inter-app-hsp-file-exec&
3 "com.inter_app.hsp&myapp/inter-app-hsp-file-exec&"16 "bundleName": "com.inter_app.hsp"
16 import * as bytecodeharDynamicImport from "@normalized:N&&com.inter_app.hsp&bytecodehar/bytecodehar…17 import * as bytecodeharStaticImport from "@normalized:N&&com.inter_app.hsp&bytecodehar/bytecodehar-…
46 # -hsp_module: specify hsp module to build in the test.47 # -hsp_module_path: specify hsp module path to build in the test,in form of list58 # -hap_output_path: path of output hsp(unsigned), in form of list59 # -hap_output_signed: path of output hsp(signed), in form of list60 # -har_output_path: path of output hsp(har package), in form of list64 # -hsp_modify_mode_file: path of modified file in hsp module, in form of list101 hsp_module: hsp102 hsp_module_path: [ hsp ]114 hsp_output_path: [ outputs, default, hsp-default-unsigned.hsp]115 hsp_output_path_signed: [outputs, default, hsp-default-signed.hsp][all …]
172 …# After importing Hsp, Hap needs to install the Hsp package first before installing the Hap packag…173 …not_hsp_error_message = 'Failed to install the HAP or HSP because the dependent module does not ex…295 'Hsp': task.hsp_module,307 'Hsp': task.hsp_module_path,317 "Hsp": task.hsp_output_path,326 "Hsp": task.hsp_output_path_signed,336 "Hsp": task.hsp_output_path_har
153 with manage_module_import_and_export_handle(task, 'Hsp'):168 …info.error_message = f'Unexpected changes have occurred.Hsp should not be packaged into module abc'730 with manage_module_import_and_export_handle(task, 'Hsp'):735 'Hsp', 'incremental_compile_build_entry_then_hsp')752 with manage_module_import_and_export_handle(task, 'Hsp'):753 … first_incremental, first_build_time = is_build_module_successful(task, is_debug, info, 'Hsp')776 with manage_module_import_and_export_handle(task, 'Hsp'):777 … first_incremental, first_build_time = is_build_module_successful(task, is_debug, info, 'Hsp')1048 cmd = get_hvigor_compile_cmd(external_task, is_debug, 'Hsp')1056 passed = validate_compile_output(info, external_task, is_debug, '', 'Hsp')[all …]
153 …a Har package is dependent of a cross-app Hsp, its ohmurl need to contain the bundleName of this c…155 * the compilation of cross-app Hsp.179 * The hsp package don't compile into the current abc file. in UpdateBundleNameIfNeeded()180 … * Ohmurl of both Har and in-app Hsp don't contain [bundle name], need to further screen out Hsp. in UpdateBundleNameIfNeeded()
38 return ModuleCategory.HSP;50 return ModuleCategory.HSP;
23 HSP = 3, enumerator47 originPath?: string;//for .har, .tgz, .hsp
95 …if (moduleKind === ModuleCategory.UNKNOWN && (modulePath.endsWith('.hsp') || modulePath.endsWith('…96 moduleKind = ModuleCategory.HSP;
12 Support file name obfuscation in HAP/HSP module.
207 2. When compiling HSP, if the `-enable-export-obfuscation` option is used, the externally exposed i…208 …io where HAP/HSP/HAR depends on HSP, if the `-enable-export-obfuscation` option is used during com…211 // Code example (entry file Index.ets in HSP):215 // obfuscation-rules.txt file configuration in HSP and modules that depend on this HSP:
60 * Support the inter-app hsp dependents bytecode har.63 …* hsp package. So the recordNames need to add bundleName in front when the abc-file as input for t…64 * inter-app hsp package.
35 hsp => Calc.ets:48 hsp => Calc.ets:79 str(resource_path / 'hap' / 'HotReloadHsp01' / 'HspLibrary.hsp')],
232 * hap/hsp: @bundle:${bundleName}/${moduleName}/234 * package name is {moduleName} in hap/hsp or {harName} in har.326 * fixed parts in hap/hsp: @bundle:${bundleName}/${moduleName}/328 * hsp example: @bundle:com.example.myapplication/entry/index343 * hap/hsp: @normalized:N&<module name>&<bundle name>&<standard import path>&
42 describe('hsp support consumerFiles', () => {43 describe('hsp config resolver',() => {252 describe('HSP Depends on Har Tests', function () {257 it('should include only HSP consumerFiles rules in HSP obfuscation.txt', function () {289 …it('should merge HAR and HSP consumer rules for HAP when HAP depends on localHsp and localHsp depe…334 it('should merge both HSP and HAR consumer rules in HAR obfuscation.txt', function () {413 …it('should merge both HSP obfuscation.txt and HAR consumer rules in HAR obfuscation.txt', function…671 describe('remoteHSP depends on HSP Tests', function () {725 describe('HAP depends on local and remote HAR and HSP Tests', function () {730 …it('should contain all local and remote HAR and HSP consumer rules in final HAP config', function …[all …]
69 "hap name": ["HotReloadHarHsp01.hap", "HspDiscovery.hsp"],
1416 entryList["hsp"] = { in HWTEST_F_L0()1417 "packageName", "hsp", in HWTEST_F_L0()1418 "bundleName", "com.hsp.application", in HWTEST_F_L0()1427 CString inputFileName = "/data/storage/el1/bundle/hsp/ets/modules.abc"; in HWTEST_F_L0()1428 …CString outBaseFileName = "/data/storage/el1/bundle/com.example.application/hsp/hsp/ets/modules.ab… in HWTEST_F_L0()1429 CString entryPoint = "com.example.myapplication/hsp/ets/pages/Index"; in HWTEST_F_L0()1431 EXPECT_EQ(res, "com.example.myapplication/hsp/ets/pages/Index"); in HWTEST_F_L0()1434 entryPoint = "com.hsp.application/hsp/ets/pages/Index"; in HWTEST_F_L0()1436 EXPECT_EQ(res, "com.hsp.application&hsp/src/main/ets/pages/Index&"); in HWTEST_F_L0()1654 list["hsp"] = childList; in HWTEST_F_L0()[all …]
49 * Typically return nullptr for JSPandafile load fail. Throw cppcrash if load hsp failed.50 * Specifically, return jscrash if napi load hsp failed.95 CString msg = "Invalid input hsp path: " + filename; in LoadJSPandaFile()98 LOG_FULL(FATAL) << "Invalid input hsp path: " << filename; in LoadJSPandaFile()107 CString msg = "resolveBufferCallback get hsp buffer failed, hsp path:" + filename + in LoadJSPandaFile()
108 * when process hybrid hsp or har we can't get info of 1.1,