Home
last modified time | relevance | path

Searched refs:VerifyCodeSignature (Results 1 - 22 of 22) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp347 ErrCode InstalldClient::VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) in VerifyCodeSignature() function in OHOS::AppExecFwk::InstalldClient
352 return CallService(&IInstalld::VerifyCodeSignature, codeSignatureParam); in VerifyCodeSignature()
H A Dmock_installd_host_impl.cpp230 ErrCode InstalldHostImpl::VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) in VerifyCodeSignature() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp229 ErrCode InstalldClient::VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) in VerifyCodeSignature() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp964 * @tc.desc: 1. calling VerifyCodeSignature of InstalldOperator
977 auto ret = InstalldOperator::VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
1091 * @tc.name: test function of VerifyCodeSignature
1092 * @tc.desc: 1. calling VerifyCodeSignature
1097 bool res = InstalldOperator::VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
1103 * @tc.name: test function of VerifyCodeSignature
1104 * @tc.desc: 1. calling VerifyCodeSignature
1110 bool res = InstalldOperator::VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
1532 * @tc.desc: 1. calling VerifyCodeSignature of InstalldOperator
1543 auto ret = InstalldOperator::VerifyCodeSignature(codeSignaturePara in HWTEST_F()
[all...]
H A Dbms_install_daemon_ipc_test.cpp556 auto ret = proxy->VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
563 * @tc.desc: 1. calling VerifyCodeSignature of proxy
578 auto ret = installdProxy->VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp773 * @tc.desc: 1. calling VerifyCodeSignature of hostImpl
788 auto ret = hostImpl->VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp407 ErrCode InstalldClient::VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) in VerifyCodeSignature() function in OHOS::AppExecFwk::InstalldClient
413 return CallService(&IInstalld::VerifyCodeSignature, codeSignatureParam); in VerifyCodeSignature()
H A Dbase_bundle_installer.cpp5231 CHECK_RESULT(result, "fail to VerifyCodeSignature, error is %{public}d"); in InnerProcessNativeLibs()
5265 return InstalldClient::GetInstance()->VerifyCodeSignature(codeSignatureParam); in VerifyCodeSignatureForNativeFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h197 virtual ErrCode VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) override;
H A Dinstalld_operator.h253 static bool VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h198 ErrCode VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h346 virtual ErrCode VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) in VerifyCodeSignature() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h198 virtual ErrCode VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp448 * @tc.name: test VerifyCodeSignature
449 * @tc.desc: 1.Test the VerifyCodeSignature of InstalldHostImpl without permission
456 ErrCode ret = installdHostImpl.VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp5473 * @tc.desc: 1. calling VerifyCodeSignature of InstalldHostImpl
5482 auto ret = hostImpl.VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp705 CHECK_RESULT(result, "fail to VerifyCodeSignature, error is %{public}d"); in ProcessNativeLibrary()
737 return InstalldClient::GetInstance()->VerifyCodeSignature(codeSignatureParam); in VerifyCodeSignatureForNativeFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1239 * @tc.name: VerifyCodeSignature
1240 * @tc.desc: call VerifyCodeSignature.
1247 ErrCode result = installClient_->VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
1253 * @tc.name: VerifyCodeSignature
1254 * @tc.desc: call VerifyCodeSignature.
1261 ErrCode result = installClient_->VerifyCodeSignature(codeSignatureParam); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1254 ErrCode InstalldHostImpl::VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) in VerifyCodeSignature() function in OHOS::AppExecFwk::InstalldHostImpl
1263 LOG_E(BMS_TAG_INSTALLD, "Calling the function VerifyCodeSignature with invalid param"); in VerifyCodeSignature()
1266 if (!InstalldOperator::VerifyCodeSignature(codeSignatureParam)) { in VerifyCodeSignature()
H A Dinstalld_operator.cpp1393 bool InstalldOperator::VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) in VerifyCodeSignature() function in OHOS::AppExecFwk::InstalldOperator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp695 CHECK_RESULT(result, "fail to VerifyCodeSignature, error is %{public}d"); in ProcessNativeLibrary()
1098 return InstalldClient::GetInstance()->VerifyCodeSignature(codeSignatureParam); in VerifyCodeSignatureForNativeFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp692 ErrCode result = VerifyCodeSignature(*info); in HandVerifyCodeSignature()
H A Dinstalld_proxy.cpp611 ErrCode InstalldProxy::VerifyCodeSignature(const CodeSignatureParam &codeSignatureParam) in VerifyCodeSignature() function in OHOS::AppExecFwk::InstalldProxy

Completed in 53 milliseconds