Searched refs:AsyncContextForUnsubscribe (Results 1 – 3 of 3) sorted by relevance
194 struct AsyncContextForUnsubscribe : public CommonAsyncContext { struct195 explicit AsyncContextForUnsubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForUnsubscribe() function298 const napi_env &env, napi_callback_info cbInfo, AsyncContextForUnsubscribe *context);301 AsyncContextForUnsubscribe *asyncContextForOff, bool &isFind);
860 AsyncContextForUnsubscribe *asyncContextForOff, bool &isFind) in GetSubscriberByUnsubscribe()883 const napi_env &env, napi_callback_info cbInfo, AsyncContextForUnsubscribe *context) in ParseParametersByUnsubscribe()920 …AsyncContextForUnsubscribe *asyncContextForOff = reinterpret_cast<AsyncContextForUnsubscribe *>(da… in UnsubscribeExecuteCB()929 …AsyncContextForUnsubscribe *asyncContextForOff = reinterpret_cast<AsyncContextForUnsubscribe *>(da… in UnsubscribeCallbackCompletedCB()
1690 static void UnsubscribeSync(napi_env env, const AsyncContextForUnsubscribe *context) in UnsubscribeSync()1720 AsyncContextForUnsubscribe *context = new (std::nothrow) AsyncContextForUnsubscribe(env); in Unsubscribe()