Searched defs:CommonAsyncContext (Results 1 – 6 of 6) sorted by relevance
35 struct CommonAsyncContext { struct36 CommonAsyncContext() {}; in CommonAsyncContext() argument59 void ProcessCallbackOrPromise(napi_env env, const CommonAsyncContext *asyncContext, napi_value err,… argument
45 struct CommonAsyncContext { struct55 struct CmUIExtensionRequestContext : public CommonAsyncContext { argument
154 struct CommonAsyncContext { struct155 CommonAsyncContext() {}; in CommonAsyncContext() argument158 virtual ~CommonAsyncContext() in ~CommonAsyncContext() argument182 struct SubscribeCBInfo : public CommonAsyncContext { argument
80 struct CommonAsyncContext { struct83 napi_env env = nullptr;84 napi_status status = napi_invalid_arg;85 int32_t errCode = 0;86 napi_deferred deferred = nullptr; // promise handle110 struct UnregisterSandboxChangeCallbackAsyncContext : public CommonAsyncContext { argument
29 CommonAsyncContext::CommonAsyncContext(napi_env env) in CommonAsyncContext() function in CMNapi::CommonAsyncContext
418 CommonAsyncContext::CommonAsyncContext(napi_env napiEnv) in CommonAsyncContext() function in OHOS::Security::DlpPermission::CommonAsyncContext