Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/common/include/
Dnapi_account_common.h69 NapiAsyncContext() {}; in NapiAsyncContext() function
70NapiAsyncContext(napi_env env, napi_ref ref) : callbackRef(std::make_shared<NapiCallbackRef>(env, … in NapiAsyncContext() function
71 NapiAsyncContext(std::shared_ptr<NapiCallbackRef> &callbackRef) : callbackRef(callbackRef) {}; in NapiAsyncContext() function