Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h55 struct AsyncContextForSubscribe;
57 extern std::map<AppAccountManager *, std::vector<AsyncContextForSubscribe *>> g_AppAccountSubscribe…
170 struct AsyncContextForSubscribe : public CommonAsyncContext { struct
171 explicit AsyncContextForSubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForSubscribe() function
305 …tersBySubscribe(const napi_env &env, napi_callback_info cbInfo, AsyncContextForSubscribe *context);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp27 std::map<AppAccountManager *, std::vector<AsyncContextForSubscribe *>> g_AppAccountSubscribers;
49 [subscriber](const AsyncContextForSubscribe *item) { in UvQueueWorkOnAppAccountsChanged()
1056 …etersBySubscribe(const napi_env &env, napi_callback_info cbInfo, AsyncContextForSubscribe *context) in ParseParametersBySubscribe()
Dnapi_app_account.cpp1972 AsyncContextForSubscribe *context = new (std::nothrow) AsyncContextForSubscribe(env); in Subscribe()