Searched defs:eventTypeId (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/ |
H A D | ui_input_event_impl.h | 36 ArkUIEventTypeId eventTypeId; member
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_checkbox_component.cpp | 59 bool InputCheckboxComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | input_radio_component.cpp | 72 bool InputRadioComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | switch_component.cpp | 89 bool SwitchComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | slider_component.cpp | 65 bool SliderComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | input_edittext_component.cpp | 105 bool InputEditTextComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | swiper_component.cpp | 129 bool SwiperComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | list_component.cpp | 88 bool ListComponent::RegisterPrivateEventListener(uint16_t eventTypeId, JSValue funcValue, bool isSt… in RegisterPrivateEventListener()
|
H A D | tabs_component.cpp | 145 bool TabsComponent::RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue) in RegisterPrivateEventListener()
|
H A D | component.cpp | 1139 …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 D | picker_view_component.cpp | 467 bool PickerViewComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | image_animator_component.cpp | 136 bool ImageAnimatorComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | camera_component.cpp | 313 bool CameraComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener()
|
H A D | video_component.cpp | 264 bool VideoComponent::RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bo… in RegisterPrivateEventListener()
|
H A D | component.h | 345 …virtual bool RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isSt… in RegisterPrivateEventListener()
|