/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 714 for (const auto &hqf : appQfInfo.hqfInfos) { in ExtractQuickFixSoFile() local 716 [hqf](const HapModuleInfo &info) { in ExtractQuickFixSoFile() 717 return info.moduleName == hqf.moduleName; in ExtractQuickFixSoFile() 734 extractParam.srcPath = hqf.hqfFilePath; in ExtractQuickFixSoFile() 750 for (const auto &hqf : appQfInfo.hqfInfos) { in ExtractSoAndApplyDiff() local 906 codeSignatureParam.modulePath = hqf.hqfFilePath; in PrepareCodeSignatureParam() 934 for (const auto &hqf : appQfInfo.hqfInfos) { in VerifyCodeSignatureForHqf() local 936 [hqf](const HapModuleInfo &info) { in VerifyCodeSignatureForHqf() 981 for (const auto &hqf : appQfInfo.hqfInfos) { in ExtractQuickFixResFile() local 983 [hqf](const HapModuleInfo &info) { in ExtractQuickFixResFile() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | packing-tool.md | 144 | --out-path | 是 | NA | 目标文件路径,文件名必须以.hqf为后缀。 | 157 java -jar app_packing_tool.jar --mode hqf --json-path <path> [--lib-path <path>] [--ets-path <path>… 164 | --mode | 是 | hqf | 打包类型。 | 169 | --out-path | 是 | NA | 目标文件路径,文件名必须以.hqf为后缀。 | 179 java -jar app_packing_tool.jar --mode appqf --hqf-list <path> --out-path <path> [--force true] 187 | --hqf-list | 是 | NA | HQF文件路径,多个HQF以英文逗号隔开。 |
|
H A D | bm-tool.md | 246 注:hqf文件制作方式可参考[HQF打包指令](packing-tool.md#hqf打包指令)。 252 | -a -f | -a为可选参数,指定-a后,-f为必选参数。执行快速修复补丁安装命令,file-path对应hqf文件,支持传递1个或多个hqf文件,或传递hqf文件所在的目录。 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deployer.h | 113 ErrCode ProcessApplyDiffPatch(const AppQuickFix &appQuickFix, const HqfInfo &hqf, 119 void PrepareCodeSignatureParam(const AppQuickFix &appQuickFix, const HqfInfo &hqf,
|
/ohos5.0/docs/zh-cn/application-dev/security/ |
H A D | hapsigntool-overview.md | 5 签名工具默认开启代码签名,若用户确定不需要强制执行代码签名,可参考以下说明,关闭代码签名功能。签名工具当前仅支持对hap、hsp、hqf格式的应用包和二进制工具执行代码签名。
|
H A D | hapsigntool-guidelines.md | 217 ├── -signCode # 是否启用代码签名,1表示开启代码签名,0表示关闭代码签名。可选项。默认对hap、hsp、hqf、elf开启代码签名,通过参数配置为0关闭。
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-quickFixManager-sys.md | 88 let hapModuleQuickFixFiles = ['/data/storage/el2/base/entry.hqf']; 145 let hapModuleQuickFixFiles = ['/data/storage/el2/base/entry.hqf'];
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | packing-tool.md | 144 | --out-path | Yes | NA | Path of the target file. The file name extension must be .hqf.| 157 java -jar app_packing_tool.jar --mode hqf --json-path <path> [--lib-path <path>] [--ets-path <path>… 164 | --mode | Yes | hqf | Packing mode. | 169 …Yes | NA | Path of the target file. The file name extension must be .hqf. | 179 java -jar app_packing_tool.jar --mode appqf --hqf-list <path> --out-path <path> [--force true] 187 | --hqf-list | Yes | NA | Path of the HQF file. If there are multiple HQF files, separa…
|
H A D | bm-tool.md | 246 Note: For details about how to create an .hqf file, see [HQF Packing Command](packing-tool.md#hqf-p… 252 …d. **file-path** corresponds to an .hqf file. You can pass in one or more .hqf files or the direct…
|
/ohos5.0/foundation/bundlemanager/bundle_tool/ |
H A D | README_zh.md | 279 注:hqf文件制作方式可参考[HQF打包指令](packing-tool.md#hqf打包指令)。
|
/ohos5.0/docs/en/application-dev/security/ |
H A D | hapsigntool-overview.md | 7 …, hapsigner can be used to sign binary tools and app packages in .hap, .hsp, and .hqf formats only.
|
H A D | hapsigntool-guidelines.md | 219 …arameter is optional. By default, code signing is enabled for .hap, .hsp, .hqf, and .elf files. To…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/ |
H A D | hisysevent.yaml | 212 FILE_PATH: {type: STRING, arrsize: 99, desc: the path of the hqf file} 213 HASH_VALUE: {type: STRING, arrsize: 99, desc: the hash value of the hqf file}
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-quickFixManager-sys.md | 90 let hapModuleQuickFixFiles = ['/data/storage/el2/base/entry.hqf']; 147 let hapModuleQuickFixFiles = ['/data/storage/el2/base/entry.hqf'];
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 2814 for (auto &hqf : appQfInfo.hqfInfos) { variable 2815 hqf.moduleName = "name"; 4821 HqfInfo hqf; variable 4826 … deployer->PrepareCodeSignatureParam(appQuickFix, hqf, bundleInfo, hqfSoPath, codeSignatureParam); 4928 HqfInfo hqf; variable 4931 hqf.moduleName = BUNDLE_NAME;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 1634 for (const auto &hqf : hqfInfos_) { in FindHapModuleInfo() local 1635 if (hqf.moduleName == it->second.moduleName) { in FindHapModuleInfo() 1636 hapInfo.hqfInfo = hqf; in FindHapModuleInfo()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/1080_3M/ |
H A D | video_10809.ts | 20982 /�D{%}� ��K����[�.c���D:�;�yv����WL?Ҳ.hqf��E�
|