Home
last modified time | relevance | path

Searched refs:subscriberAccountsWorker (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp98 …SubscriberAccountsWorker *subscriberAccountsWorker = new (std::nothrow) SubscriberAccountsWorker(e… in OnAccountsChanged() local
99 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()