Searched refs:AsyncContextForSubscribe (Results 1 – 3 of 3) sorted by relevance
50 struct AsyncContextForSubscribe;52 extern std::map<AppAccountManager *, std::vector<AsyncContextForSubscribe *>> g_AppAccountSubscribe…186 struct AsyncContextForSubscribe : public CommonAsyncContext { struct187 explicit AsyncContextForSubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForSubscribe() argument295 …tersBySubscribe(const napi_env &env, napi_callback_info cbInfo, AsyncContextForSubscribe *context);
48 std::map<AppAccountManager *, std::vector<AsyncContextForSubscribe *>> g_AppAccountSubscribers;67 [subscriber](const AsyncContextForSubscribe *item) { in UvQueueWorkOnAppAccountsChanged()799 bool GetArrayProperty(const napi_env &env, napi_value *argv, AsyncContextForSubscribe *context) in GetArrayProperty()827 …etersBySubscribe(const napi_env &env, napi_callback_info cbInfo, AsyncContextForSubscribe *context) in ParseParametersBySubscribe()
1638 static bool IsExitSubscribe(napi_env env, AsyncContextForSubscribe *context) in IsExitSubscribe()1654 auto context = std::make_unique<AsyncContextForSubscribe>(env); in Subscribe()