Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h90 struct AsyncCallbackInfoSubscribeInfo { struct
91 napi_env env = nullptr;
92 napi_async_work asyncWork;
93 std::shared_ptr<SubscriberInstance> subscriber = nullptr;
94 std::vector<std::string> events;
95 std::string permission;
96 std::string deviceId;
97 int32_t userId = UNDEFINED_USER;
98 int32_t priority = 0;
99 CallbackPromiseInfo info;
[all …]
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h76 struct AsyncCallbackInfoSubscribeInfo { struct
77 napi_env env = nullptr;
78 napi_async_work asyncWork;
79 std::shared_ptr<SubscriberInstance> subscriber = nullptr;
80 std::vector<std::string> events;
81 std::string permission;
82 std::string deviceId;
83 int32_t userId = UNDEFINED_USER;
84 int32_t priority = 0;
85 CallbackPromiseInfo info;