Home
last modified time | relevance | path

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

/base/miscservices/time/interfaces/kits/js/napi/system_timer/src/
Dsystem_timer.cpp51 struct AsyncCallbackInfoCreate { struct
52 ~AsyncCallbackInfoCreate() in ~AsyncCallbackInfoCreate()
58 napi_env env = nullptr;
59 napi_async_work asyncWork = nullptr;
60 napi_ref callback = nullptr;
61 napi_deferred deferred = nullptr;
62 std::shared_ptr<ITimerInfoInstance> iTimerInfoInstance = nullptr;
63 uint64_t timerId = 0;
64 bool isCallback = false;
65 int errorCode = NO_ERROR;
/base/notification/ces_standard/interfaces/kits/napi/common_event/include/
Dcommon_event.h170 struct AsyncCallbackInfoCreate { struct
171 napi_env env = nullptr;
172 napi_async_work asyncWork;
173 napi_ref subscribeInfo = nullptr;
174 CallbackPromiseInfo info;
175 napi_value result = nullptr;