Home
last modified time | relevance | path

Searched refs:V_ERR_GET_CERT_INFO (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dhap_sign_verify.cpp48 if (errCode >= V_ERR_GET_CERT_INFO && errCode <= V_ERR_GET_CERT_TYPE) { in SwitchErrorCode()
H A Dgt_bundle_installer.cpp157 if (errorCode >= V_ERR_GET_CERT_INFO && errorCode <= V_ERR_GET_CERT_TYPE) { in SwitchErrorCode()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_pub.h32 V_ERR_GET_CERT_INFO = 0xef000002, enumerator
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c1137 ret = V_ERR_GET_CERT_INFO; in VerifyBinSign()