Searched refs:asyncCallbackInfoSubscribe (Results 1 – 3 of 3) sorted by relevance
106 for (auto asyncCallbackInfoSubscribe : subscribe->second.asyncCallbackInfo) { in DeleteSubscribe() local107 delete asyncCallbackInfoSubscribe; in DeleteSubscribe()108 asyncCallbackInfoSubscribe = nullptr; in DeleteSubscribe()
1075 for (auto asyncCallbackInfoSubscribe : subscribe->second.asyncCallbackInfo) { in NapiDeleteSubscribe() local1076 if (asyncCallbackInfoSubscribe->callback != nullptr) { in NapiDeleteSubscribe()1077 napi_delete_reference(env, asyncCallbackInfoSubscribe->callback); in NapiDeleteSubscribe()1079 delete asyncCallbackInfoSubscribe; in NapiDeleteSubscribe()1080 asyncCallbackInfoSubscribe = nullptr; in NapiDeleteSubscribe()
706 for (auto asyncCallbackInfoSubscribe : subscribe->second.asyncCallbackInfo) { in NapiDeleteSubscribe() local707 if (asyncCallbackInfoSubscribe->callback != nullptr) { in NapiDeleteSubscribe()708 napi_delete_reference(env, asyncCallbackInfoSubscribe->callback); in NapiDeleteSubscribe()710 delete asyncCallbackInfoSubscribe; in NapiDeleteSubscribe()711 asyncCallbackInfoSubscribe = nullptr; in NapiDeleteSubscribe()