Searched defs:AsyncCallbackInfoSubscribeInfo (Results 1 – 2 of 2) sorted by relevance
90 struct AsyncCallbackInfoSubscribeInfo { struct91 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 …]
76 struct AsyncCallbackInfoSubscribeInfo { struct77 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;