Searched refs:asyncContextForOff (Results 1 – 2 of 2) sorted by relevance
860 AsyncContextForUnsubscribe *asyncContextForOff, bool &isFind) in GetSubscriberByUnsubscribe() argument868 if (subscriberInstance.first == asyncContextForOff->appAccountManager) { in GetSubscriberByUnsubscribe()920 …AsyncContextForUnsubscribe *asyncContextForOff = reinterpret_cast<AsyncContextForUnsubscribe *>(da… in UnsubscribeExecuteCB() local921 for (auto offSubscriber : asyncContextForOff->subscribers) { in UnsubscribeExecuteCB()929 …AsyncContextForUnsubscribe *asyncContextForOff = reinterpret_cast<AsyncContextForUnsubscribe *>(da… in UnsubscribeCallbackCompletedCB() local930 if (asyncContextForOff == nullptr) { in UnsubscribeCallbackCompletedCB()934 if (asyncContextForOff->argc >= UNSUBSCRIBE_MAX_PARA) { in UnsubscribeCallbackCompletedCB()938 NapiCallVoidFunction(env, results, ARGS_SIZE_ONE, asyncContextForOff->callbackRef); in UnsubscribeCallbackCompletedCB()945 auto subscribe = g_AppAccountSubscribers.find(asyncContextForOff->appAccountManager); in UnsubscribeCallbackCompletedCB()954 delete asyncContextForOff; in UnsubscribeCallbackCompletedCB()
301 AsyncContextForUnsubscribe *asyncContextForOff, bool &isFind);