Searched defs:AsyncCallbackInfoPublish (Results 1 – 3 of 3) sorted by relevance
24 struct AsyncCallbackInfoPublish { struct25 napi_env env = nullptr;26 napi_async_work asyncWork = nullptr;27 NotificationRequest request;28 CallbackPromiseInfo info;
182 struct AsyncCallbackInfoPublish { struct183 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;
197 struct AsyncCallbackInfoPublish { struct198 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;