Searched defs:AsyncContextForSubscribe (Results 1 – 2 of 2) sorted by relevance
39 struct AsyncContextForSubscribe { struct40 std::string type;41 std::vector<std::string> owners;42 std::shared_ptr<SubscribePtr> subscriber = nullptr;43 std::function<void(CArrAppAccountInfo)> callbackRef;
185 struct AsyncContextForSubscribe : public CommonAsyncContext { struct186 explicit AsyncContextForSubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForSubscribe() argument187 std::string type;188 std::vector<std::string> owners;189 AppAccountManager *appAccountManager = nullptr;190 std::shared_ptr<SubscriberPtr> subscriber = nullptr;