Searched defs:SubscriberAccountsWorker (Results 1 – 1 of 1) sorted by relevance
162 struct SubscriberAccountsWorker : public CommonAsyncContext { struct163 explicit SubscriberAccountsWorker(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in SubscriberAccountsWorker() argument164 napi_ref ref = nullptr;165 std::vector<AppAccountInfo> accounts;166 int code = 0;167 SubscriberPtr *subscriber = nullptr;