Home
last modified time | relevance | path

Searched refs:GetHandleValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/napi/include/v8/
H A Dhuks_napi_common.h68 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob);
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_abort_session.cpp63 napi_value result = GetHandleValue(env, argv[index], context->handle); in ParseAbortParams()
H A Dhuks_napi_update_finish_session.cpp230 napi_value result = GetHandleValue(env, argv[index], context->handle); in ParseUpdateParams()
H A Dhuks_napi_common_item.cpp473 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob) in GetHandleValue() function
/ohos5.0/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_common_item.h115 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob);
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_common.cpp488 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob) in GetHandleValue() function
582 napi_value result = GetHandleValue(env, argv[index], handleBlob); in ParseHandleAndHksParamSet()
H A Dhuks_napi_update_finish.cpp307 napi_value result = GetHandleValue(env, argv[index], context->handle); in ParseUpdateParams()