Searched refs:removeNodeCustomEventReceiver (Results 1 – 5 of 5) sorted by relevance
11 > - 需要关注事件的反注册逻辑,如在组件销毁前调用[removeNodeCustomEventReceiver](../reference/apis-arkui/_ark_u_i___native…13 …#addnodecustomeventreceiver)可以添加多个函数指针,每个函数指针都会在对应事件触发时触发,对应的[removeNodeCustomEventReceiver](../re…56 nativeModule_->removeNodeCustomEventReceiver(handle_, OnStaticCustomEvent);236 nativeModule_->removeNodeCustomEventReceiver(handle_, OnStaticCustomEvent);
11 …ention to the logic of event deregistration, such as calling [removeNodeCustomEventReceiver](../re…13 …onding event occurs. To remove a listener, the corresponding [removeNodeCustomEventReceiver](../re…56 nativeModule_->removeNodeCustomEventReceiver(handle_, OnStaticCustomEvent);236 nativeModule_->removeNodeCustomEventReceiver(handle_, OnStaticCustomEvent);
57 | int32_t(\* [removeNodeCustomEventReceiver](#removenodecustomeventreceiver) )([ArkUI_NodeHandle](_…685 ### removeNodeCustomEventReceiver subsection688 int32_t(* ArkUI_NativeNodeAPI_1::removeNodeCustomEventReceiver) (ArkUI_NodeHandle node, void(*event…
57 | int32_t(\* [removeNodeCustomEventReceiver](#removenodecustomeventreceiver) )([ArkUI_NodeHandle](_…684 ### removeNodeCustomEventReceiver subsection687 int32_t(* ArkUI_NativeNodeAPI_1::removeNodeCustomEventReceiver) (ArkUI_NodeHandle node, void(*event…
7132 int32_t (*removeNodeCustomEventReceiver)( member