Home
last modified time | relevance | path

Searched refs:SetClickEventId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp179 void SwiperComponent::SetClickEventId(const EventMarker& clickEventId) in SetClickEventId() function in OHOS::Ace::SwiperComponent
181 declaration_->SetClickEventId(clickEventId); in SetClickEventId()
H A Dswiper_component.h114 void SetClickEventId(const EventMarker& clickEventId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp188 SetClickEventId(EventMarker(eventId, event, pageId)); in SetSpecializedEvent()
193 SetClickEventId(eventMarker); in SetSpecializedEvent()
H A Dswiper_declaration.h330 void SetClickEventId(const EventMarker& clickEventId) in SetClickEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp286 swiper->SetClickEventId(EventMarker()); in SetOnClick()
297 swiper->SetClickEventId(EventMarker(onClick)); in SetOnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h172 void SetClickEventId(const EventMarker& clickEventId) in SetClickEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp232 listItemComponent_->SetClickEventId(eventMarker); in AddSpecializedEvent()