Searched defs:InitAsyncContext (Results 1 – 3 of 3) sorted by relevance
24 struct InitAsyncContext { struct36 using InitAsyncCtxPtr = InitAsyncContext *; argument
35 struct InitAsyncContext { struct36 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;
88 static bool InitAsyncContext(napi_env env, const std::string &bundleName, Ability* ability, in InitAsyncContext() function