Searched refs:VerifyCodeSignatureForHsp (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | inner_shared_bundle_installer.h | 120 …ErrCode VerifyCodeSignatureForHsp(const std::string &tempHspPath, const std::string &appIdentifier,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 104 …ErrCode VerifyCodeSignatureForHsp(const std::string &realHspPath, const std::string &realSoPath) c…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 604 result = VerifyCodeSignatureForHsp(tempHspPath, appIdentifier_, isEnterpriseBundle_, in SaveHspToRealInstallationDir() 732 ErrCode InnerSharedBundleInstaller::VerifyCodeSignatureForHsp(const std::string &tempHspPath, in VerifyCodeSignatureForHsp() function in OHOS::AppExecFwk::InnerSharedBundleInstaller
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 512 result = VerifyCodeSignatureForHsp(realHspPath, realSoPath); in ExtractModule() 518 ErrCode AppServiceFwkInstaller::VerifyCodeSignatureForHsp( in VerifyCodeSignatureForHsp() function in OHOS::AppExecFwk::AppServiceFwkInstaller
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 1886 ErrCode ret = installer.VerifyCodeSignatureForHsp(tempHspPath, appIdentifier,
|