Home
last modified time | relevance | path

Searched refs:signatureFilePath (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dinstall_param.cpp65 std::string signatureFilePath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() local
66 verifyCodeParams.emplace(moduleName, signatureFilePath); in ReadFromParcel()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1003 std::string signatureFilePath; variable
1004 …o ret = installer.ObtainHspFileAndSignatureFilePath(inBundlePaths, bundlePaths, signatureFilePath);
1008 … ret = installer.ObtainHspFileAndSignatureFilePath(inBundlePaths, bundlePaths, signatureFilePath);
1022 std::string signatureFilePath; variable
1023 …o ret = installer.ObtainHspFileAndSignatureFilePath(inBundlePaths, bundlePaths, signatureFilePath);
1027 … ret = installer.ObtainHspFileAndSignatureFilePath(inBundlePaths, bundlePaths, signatureFilePath);
1041 std::string signatureFilePath; variable
1042 …o ret = installer.ObtainHspFileAndSignatureFilePath(inBundlePaths, bundlePaths, signatureFilePath);
1047 … ret = installer.ObtainHspFileAndSignatureFilePath(inBundlePaths, bundlePaths, signatureFilePath);
1051 … ret = installer.ObtainHspFileAndSignatureFilePath(inBundlePaths, bundlePaths, signatureFilePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h110 std::vector<std::string> &bundlePaths, std::string &signatureFilePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp545 std::vector<std::string> &bundlePaths, std::string &signatureFilePath) in ObtainHspFileAndSignatureFilePath() argument
573 signatureFilePath = path; in ObtainHspFileAndSignatureFilePath()
580 APP_LOGD("signatureFilePath is %{public}s", signatureFilePath.c_str()); in ObtainHspFileAndSignatureFilePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp267 const std::string &signatureFilePath) in CopyFile() argument
274 return CallService(&IInstalld::CopyFile, oldPath, newPath, signatureFilePath); in CopyFile()
H A Dmock_install_client.cpp173 const std::string &signatureFilePath) in CopyFile() argument
H A Dmock_installd_host_impl.cpp148 const std::string &signatureFilePath) in CopyFile() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp331 const std::string &signatureFilePath) in CopyFile() argument
338 return CallService(&IInstalld::CopyFile, oldPath, newPath, signatureFilePath); in CopyFile()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h158 const std::string &signatureFilePath = "");
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h274 const std::string &signatureFilePath) in CopyFile() argument
H A Dinstalld_proxy.h173 const std::string &signatureFilePath = "") override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h172 const std::string &signatureFilePath = "") override;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-bundle.md17 |新增|NA|类名:VerifyCodeParam;<br>方法or属性:signatureFilePath: string;|@ohos.bundle.installer.d.ts|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp568 std::string signatureFilePath = Str16ToStr8(data.ReadString16()); in HandleCopyFile() local
570 ErrCode result = CopyFile(oldPath, newPath, signatureFilePath); in HandleCopyFile()
H A Dinstalld_proxy.cpp433 const std::string &signatureFilePath) in CopyFile() argument
439 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(signatureFilePath)); in CopyFile()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-bundle.md17 |Added|NA|Class name: VerifyCodeParam;<br>Method or attribute name: signatureFilePath: string;|@oho…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1118 const std::string &signatureFilePath) in CopyFile() argument
1135 if (signatureFilePath.empty()) { in CopyFile()
1142 …rrCode ret = Security::CodeSign::CodeSignUtils::EnforceCodeSignForApp(entryMap, signatureFilePath); in CopyFile()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-installer-sys.md1633 | signatureFilePath | string | 是 | 代码签名文件路径。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-bundle.md52 |新增|NA|类名:VerifyCodeParam;<br>方法or属性:signatureFilePath: string;|@ohos.bundle.installer.d.ts|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-installer-sys.md1639 | signatureFilePath | string | Yes| Path of the code signature file. |
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-bundle.md52 |Added|NA|Class name: VerifyCodeParam;<br>Method or attribute name: signatureFilePath: string;|@oho…