Home
last modified time | relevance | path

Searched defs:eventTypeId (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Dui_input_event_impl.h36 ArkUIEventTypeId eventTypeId; member
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_checkbox_component.cpp59 bool InputCheckboxComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dinput_radio_component.cpp72 bool InputRadioComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dswitch_component.cpp89 bool SwitchComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dslider_component.cpp65 bool SliderComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dinput_edittext_component.cpp105 bool InputEditTextComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dswiper_component.cpp129 bool SwiperComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dlist_component.cpp88 bool ListComponent::RegisterPrivateEventListener(uint16_t eventTypeId, JSValue funcValue, bool isSt… in RegisterPrivateEventListener()
H A Dtabs_component.cpp145 bool TabsComponent::RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue) in RegisterPrivateEventListener()
H A Dcomponent.cpp1139 …Component::SetTouchCancelEventListener(UIView &view, jerry_value_t eventFunc, uint16_t eventTypeId) in SetTouchCancelEventListener()
1152 void Component::SetKeyBoardEventListener(jerry_value_t eventFunc, uint16_t eventTypeId) in SetKeyBoardEventListener()
1250 bool Component::RegisterEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPro… in RegisterEventListener()
1272 const uint16_t eventTypeId, in RegisterCommonEventListener()
H A Dpicker_view_component.cpp467 bool PickerViewComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dimage_animator_component.cpp136 bool ImageAnimatorComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dcamera_component.cpp313 bool CameraComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
H A Dvideo_component.cpp264 bool VideoComponent::RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bo… in RegisterPrivateEventListener()
H A Dcomponent.h345 …virtual bool RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isSt… in RegisterPrivateEventListener()