Searched refs:GetHandleValue (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/huks/interfaces/kits/napi/include/v8/ |
H A D | huks_napi_common.h | 68 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob);
|
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v9/ |
H A D | huks_napi_abort_session.cpp | 63 napi_value result = GetHandleValue(env, argv[index], context->handle); in ParseAbortParams()
|
H A D | huks_napi_update_finish_session.cpp | 230 napi_value result = GetHandleValue(env, argv[index], context->handle); in ParseUpdateParams()
|
H A D | huks_napi_common_item.cpp | 473 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 D | huks_napi_common_item.h | 115 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob);
|
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v8/ |
H A D | huks_napi_common.cpp | 488 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 D | huks_napi_update_finish.cpp | 307 napi_value result = GetHandleValue(env, argv[index], context->handle); in ParseUpdateParams()
|