Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h162 struct SubscriberAccountsWorker : public CommonAsyncContext { struct
163 explicit SubscriberAccountsWorker(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in SubscriberAccountsWorker() function
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp42 …std::unique_ptr<SubscriberAccountsWorker> data(reinterpret_cast<SubscriberAccountsWorker *>(work->… in UvQueueWorkOnAppAccountsChanged()
80SubscriberAccountsWorker *subscriberAccountsWorker = new (std::nothrow) SubscriberAccountsWorker(e… in OnAccountsChanged()