Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/event/
H A Dui_input_event_impl.h35 ArkUIEventTypeId eventTypeId; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_checkbox_component.cpp59 bool InputCheckboxComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dinput_radio_component.cpp72 bool InputRadioComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dswitch_component.cpp89 bool SwitchComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dslider_component.cpp65 bool SliderComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dlist_component.cpp88 bool ListComponent::RegisterPrivateEventListener(uint16_t eventTypeId, JSValue funcValue, bool isStopPropagation) in RegisterPrivateEventListener() argument
H A Dinput_edittext_component.cpp125 bool InputEditTextComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dswiper_component.cpp129 bool SwiperComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dtabs_component.cpp145 bool TabsComponent::RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue) in RegisterPrivateEventListener() argument
H A Dimage_animator_component.cpp136 bool ImageAnimatorComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dpicker_view_component.cpp467 bool PickerViewComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dvideo_component.cpp264 bool VideoComponent::RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPropagation) in RegisterPrivateEventListener() argument
H A Dcamera_component.cpp313 bool CameraComponent::RegisterPrivateEventListener(uint16_t eventTypeId, in RegisterPrivateEventListener() argument
H A Dcomponent.h345 virtual bool RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPropagation) in RegisterPrivateEventListener() argument
H A Dcomponent.cpp1193 void Component::SetTouchCancelEventListener(UIView &view, jerry_value_t eventFunc, uint16_t eventTypeId) in SetTouchCancelEventListener() argument
1206 void Component::SetKeyBoardEventListener(jerry_value_t eventFunc, uint16_t eventTypeId) in SetKeyBoardEventListener() argument
1304 bool Component::RegisterEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPropagation) in RegisterEventListener() argument
1325 RegisterCommonEventListener(UIView &view, const uint16_t eventTypeId, const jerry_value_t funcValue, bool isStopPropagation) RegisterCommonEventListener() argument
[all...]

Completed in 12 milliseconds