Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dpublish.h24 struct AsyncCallbackInfoPublish { struct
25 napi_env env = nullptr;
26 napi_async_work asyncWork = nullptr;
27 NotificationRequest request;
28 CallbackPromiseInfo info;
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h182 struct AsyncCallbackInfoPublish { struct
183 napi_env env = nullptr;
184 napi_async_work asyncWork;
185 napi_ref callback = nullptr;
186 CommonEventData commonEventData;
187 CommonEventPublishInfo commonEventPublishInfo;
188 int32_t userId = UNDEFINED_USER;
189 int8_t errorCode = NO_ERROR;
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h197 struct AsyncCallbackInfoPublish { struct
198 napi_env env = nullptr;
199 napi_async_work asyncWork;
200 napi_ref callback = nullptr;
201 CommonEventData commonEventData;
202 CommonEventPublishInfo commonEventPublishInfo;
203 int32_t userId = UNDEFINED_USER;
204 int32_t errorCode = NO_ERROR;