Home
last modified time | relevance | path

Searched refs:asyncContextForOff (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp860 AsyncContextForUnsubscribe *asyncContextForOff, bool &isFind) in GetSubscriberByUnsubscribe() argument
868 if (subscriberInstance.first == asyncContextForOff->appAccountManager) { in GetSubscriberByUnsubscribe()
920 …AsyncContextForUnsubscribe *asyncContextForOff = reinterpret_cast<AsyncContextForUnsubscribe *>(da… in UnsubscribeExecuteCB() local
921 for (auto offSubscriber : asyncContextForOff->subscribers) { in UnsubscribeExecuteCB()
929 …AsyncContextForUnsubscribe *asyncContextForOff = reinterpret_cast<AsyncContextForUnsubscribe *>(da… in UnsubscribeCallbackCompletedCB() local
930 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()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h301 AsyncContextForUnsubscribe *asyncContextForOff, bool &isFind);