Home
last modified time | relevance | path

Searched refs:asyncCallbackInfoSubscribe (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event.cpp106 for (auto asyncCallbackInfoSubscribe : subscribe->second.asyncCallbackInfo) { in DeleteSubscribe() local
107 delete asyncCallbackInfoSubscribe; in DeleteSubscribe()
108 asyncCallbackInfoSubscribe = nullptr; in DeleteSubscribe()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp1075 for (auto asyncCallbackInfoSubscribe : subscribe->second.asyncCallbackInfo) { in NapiDeleteSubscribe() local
1076 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()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp706 for (auto asyncCallbackInfoSubscribe : subscribe->second.asyncCallbackInfo) { in NapiDeleteSubscribe() local
707 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()