Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h178 struct SubscriberAccountsWorker : public CommonAsyncContext { struct
179 explicit SubscriberAccountsWorker(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in SubscriberAccountsWorker() function
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp60 …std::unique_ptr<SubscriberAccountsWorker> data(reinterpret_cast<SubscriberAccountsWorker *>(work->… in UvQueueWorkOnAppAccountsChanged()
98SubscriberAccountsWorker *subscriberAccountsWorker = new (std::nothrow) SubscriberAccountsWorker(e… in OnAccountsChanged()