Searched refs:SubscriberAccountsWorker (Results 1 – 2 of 2) sorted by relevance
162 struct SubscriberAccountsWorker : public CommonAsyncContext { struct163 explicit SubscriberAccountsWorker(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in SubscriberAccountsWorker() function
42 …std::unique_ptr<SubscriberAccountsWorker> data(reinterpret_cast<SubscriberAccountsWorker *>(work->… in UvQueueWorkOnAppAccountsChanged()80 …SubscriberAccountsWorker *subscriberAccountsWorker = new (std::nothrow) SubscriberAccountsWorker(e… in OnAccountsChanged()