Searched defs:AsyncContextForUnsubscribe (Results 1 – 1 of 1) sorted by relevance
178 struct AsyncContextForUnsubscribe : public CommonAsyncContext { struct179 explicit AsyncContextForUnsubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForUnsubscribe() argument180 std::string type;181 std::vector<std::shared_ptr<SubscriberPtr>> subscribers = {nullptr};182 AppAccountManager *appAccountManager = nullptr;183 size_t argc = 0;