Home
last modified time | relevance | path

Searched defs:InitAsyncContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_init_session.h24 struct InitAsyncContext { struct
36 using InitAsyncCtxPtr = InitAsyncContext *; argument
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_init.cpp35 struct InitAsyncContext { struct
36 napi_async_work asyncWork = nullptr;
37 napi_deferred deferred = nullptr;
38 napi_ref callback = nullptr;
40 int64_t result = 0;
41 struct HksBlob *keyAlias = nullptr;
42 struct HksParamSet *paramSet = nullptr;
43 struct HksBlob *handle = nullptr;
44 struct HksBlob *token = nullptr;
/ohos5.0/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp88 static bool InitAsyncContext(napi_env env, const std::string &bundleName, Ability* ability, in InitAsyncContext() function