Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp714 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 Dpacking-tool.md144 | --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 Dbm-tool.md246 注:hqf文件制作方式可参考[HQF打包指令](packing-tool.md#hqf打包指令)。
252 | -a&nbsp;-f | -a为可选参数,指定-a后,-f为必选参数。执行快速修复补丁安装命令,file-path对应hqf文件,支持传递1个或多个hqf文件,或传递hqf文件所在的目录。 |
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h113 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 Dhapsigntool-overview.md5 签名工具默认开启代码签名,若用户确定不需要强制执行代码签名,可参考以下说明,关闭代码签名功能。签名工具当前仅支持对hap、hsp、hqf格式的应用包和二进制工具执行代码签名。
H A Dhapsigntool-guidelines.md217 ├── -signCode # 是否启用代码签名,1表示开启代码签名,0表示关闭代码签名。可选项。默认对hap、hsp、hqf、elf开启代码签名,通过参数配置为0关闭。
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-quickFixManager-sys.md88 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 Dpacking-tool.md144 | --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 Dbm-tool.md246 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 DREADME_zh.md279 注:hqf文件制作方式可参考[HQF打包指令](packing-tool.md#hqf打包指令)。
/ohos5.0/docs/en/application-dev/security/
H A Dhapsigntool-overview.md7 …, hapsigner can be used to sign binary tools and app packages in .hap, .hsp, and .hqf formats only.
H A Dhapsigntool-guidelines.md219 …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 Dhisysevent.yaml212 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 Djs-apis-app-ability-quickFixManager-sys.md90 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 Dbms_bundle_quick_fix_test.cpp2814 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 Dinner_bundle_info.cpp1634 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 Dvideo_10809.ts20982 /�D{%}� ��K����[�.c���D:�;�yv����WL?Ҳ.hqf��E�