Searched defs:AsyncContextForSubscribe (Results 1 – 1 of 1) sorted by relevance
186 struct AsyncContextForSubscribe : public CommonAsyncContext { struct187 explicit AsyncContextForSubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForSubscribe() argument188 std::string type;189 std::vector<std::string> owners;190 AppAccountManager *appAccountManager = nullptr;191 std::shared_ptr<SubscriberPtr> subscriber = nullptr;