Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h104 struct AsyncCallbackInfoGetCode { struct
105 napi_env env = nullptr;
106 napi_async_work asyncWork;
107 std::shared_ptr<SubscriberInstance> subscriber = nullptr;
108 int32_t code = 0;
109 CallbackPromiseInfo info;
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h119 struct AsyncCallbackInfoGetCode { struct
120 napi_env env = nullptr;
121 napi_async_work asyncWork;
122 std::shared_ptr<SubscriberInstance> subscriber = nullptr;
123 int32_t code = 0;
124 CallbackPromiseInfo info;