Home
last modified time | relevance | path

Searched refs:CreateHuksErrCode (Results 1 – 2 of 2) sorted by relevance

/base/security/huks/interfaces/kits/liteapi/src/
Dhks_lite_api.cpp31 static JSIValue CreateHuksErrCode(void) in CreateHuksErrCode() function
210 JSI::SetNamedProperty(exports, "HuksExceptionErrCode", CreateHuksErrCode()); in InitHuksModuleEnum()
/base/security/huks/interfaces/kits/napi/src/
Dhuks_napi.cpp475 static napi_value CreateHuksErrCode(napi_env env) in CreateHuksErrCode() function
669 DECLARE_NAPI_PROPERTY("HuksExceptionErrCode", CreateHuksErrCode(env)), in HuksNapiRegister()