Searched refs:subscriberAccountsWorker (Results 1 – 1 of 1) sorted by relevance
98 …SubscriberAccountsWorker *subscriberAccountsWorker = new (std::nothrow) SubscriberAccountsWorker(e… in OnAccountsChanged() local99 if (subscriberAccountsWorker == nullptr) { in OnAccountsChanged()105 subscriberAccountsWorker->accounts = accounts_; in OnAccountsChanged()106 subscriberAccountsWorker->ref = ref_; in OnAccountsChanged()107 subscriberAccountsWorker->subscriber = this; in OnAccountsChanged()109 work->data = reinterpret_cast<void *>(subscriberAccountsWorker); in OnAccountsChanged()116 delete subscriberAccountsWorker; in OnAccountsChanged()