Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dunsubscribe.h25 struct AsyncCallbackInfoUnsubscribe { struct
26 napi_env env = nullptr;
27 napi_async_work asyncWork = nullptr;
28 std::shared_ptr<SubscriberInstance> objectInfo = nullptr;
29 CallbackPromiseInfo info;
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h65 struct AsyncCallbackInfoUnsubscribe { struct
68 napi_env env = nullptr;
69 napi_async_work asyncWork = nullptr;
70 napi_ref callback = nullptr;
71 size_t argc = 0;
72 std::shared_ptr<SubscriberInstance> subscriber = nullptr;
73 int8_t errorCode = NO_ERROR;
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h79 struct AsyncCallbackInfoUnsubscribe { struct
82 napi_env env = nullptr;
83 napi_async_work asyncWork = nullptr;
84 napi_ref callback = nullptr;
85 size_t argc = 0;
86 std::shared_ptr<SubscriberInstance> subscriber = nullptr;
87 int32_t errorCode = NO_ERROR;
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp36 AsyncCallbackInfoUnsubscribe::AsyncCallbackInfoUnsubscribe() in AsyncCallbackInfoUnsubscribe() function in OHOS::EventFwkNapi::AsyncCallbackInfoUnsubscribe
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp60 AsyncCallbackInfoUnsubscribe::AsyncCallbackInfoUnsubscribe() in AsyncCallbackInfoUnsubscribe() function in OHOS::EventManagerFwkNapi::AsyncCallbackInfoUnsubscribe