Home
last modified time | relevance | path

Searched refs:GetClickedEventId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Drender_navigator.cpp94 …onClickWithInfo_ = AceAsyncEvent<void(const ClickInfo&)>::Create(navigator->GetClickedEventId(), c… in Update()
95 onClick_ = AceAsyncEvent<void()>::Create(navigator->GetClickedEventId(), context_); in Update()
H A Dnavigator_component.h103 const EventMarker& GetClickedEventId() const in GetClickedEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp113 if (!toolBarItemComponent->GetClickedEventId().IsEmpty()) { in Update()
114 auto clickId = toolBarItemComponent->GetClickedEventId(); in Update()
128 … onClick_ = AceAsyncEvent<void()>::Create(toolBarItemComponent->GetClickedEventId(), context_); in Update()
H A Dtool_bar_item_component.h82 const EventMarker& GetClickedEventId() const in GetClickedEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp214 … AceAsyncEvent<void(const ClickInfo&)>::Create(buttonComponent_->GetClickedEventId(), context_); in HandleClickEvent()
226 auto onClick = AceAsyncEvent<void()>::Create(buttonComponent_->GetClickedEventId(), context_); in HandleClickEvent()
468 …buttonComponent_->GetClickedEventId().IsEmpty() || buttonComponent_->GetClickedEventId().GetCatchM… in Update()
482 if (buttonComponent_->GetClickedEventId().HasPreFunction()) { in Update()
H A Dbutton_component.cpp175 const EventMarker& ButtonComponent::GetClickedEventId() const in GetClickedEventId() function in OHOS::Ace::ButtonComponent
177 return declaration_->GetClickedEventId(); in GetClickedEventId()
H A Dbutton_component.h77 const EventMarker& GetClickedEventId() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h54 const EventMarker& GetClickedEventId() const in GetClickedEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h63 const EventMarker& GetClickedEventId() const in GetClickedEventId() function
H A Drender_scene_viewer.cpp311 onClick_ = AceAsyncEvent<void()>::Create(svComponent->GetClickedEventId(), context_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h179 const EventMarker& GetClickedEventId() const in GetClickedEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h303 const EventMarker& GetClickedEventId() const in GetClickedEventId() function