Searched defs:SubscriberAccountsWorker (Results 1 – 1 of 1) sorted by relevance
178 struct SubscriberAccountsWorker : public CommonAsyncContext { struct179 explicit SubscriberAccountsWorker(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in SubscriberAccountsWorker() function180 napi_ref ref = nullptr;181 std::vector<AppAccountInfo> accounts;182 int code = 0;183 SubscriberPtr *subscriber = nullptr;