Searched refs:AsyncContextForSubscribe (Results 1 – 3 of 3) sorted by relevance
55 struct AsyncContextForSubscribe;57 extern std::map<AppAccountManager *, std::vector<AsyncContextForSubscribe *>> g_AppAccountSubscribe…170 struct AsyncContextForSubscribe : public CommonAsyncContext { struct171 explicit AsyncContextForSubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForSubscribe() function305 …tersBySubscribe(const napi_env &env, napi_callback_info cbInfo, AsyncContextForSubscribe *context);
27 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()
1972 AsyncContextForSubscribe *context = new (std::nothrow) AsyncContextForSubscribe(env); in Subscribe()