| /foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
| D | event_listener.h | 34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
| D | radio_model.h | 41 virtual void SetOnClickEvent(std::function<void()>&& onClick) {}; in SetOnClickEvent()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
| D | arkui_qrcode.js | 30 static onClick(value) { method in QRCode
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
| D | arkui_relative_container.js | 35 static onClick(value) { method in RelativeContainer
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_span/ |
| D | text_span_component.cpp | 73 void TextSpanComponent::SetOnClick(const EventMarker& onClick) in SetOnClick()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
| D | click_recognizer.h | 41 void SetOnClick(const ClickCallback& onClick) in SetOnClick()
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/ |
| D | click_recognizer.h | 44 void SetOnClick(const ClickCallback& onClick) in SetOnClick()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| D | span_node.h | 154 GestureEventFunc onClick; member 241 void UpdateOnClickEvent(GestureEventFunc&& onClick) in UpdateOnClickEvent()
|
| D | text_pattern.h | 246 void SetOnClickEvent(GestureEventFunc&& onClick) in SetOnClickEvent()
|
| /foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
| D | tool_bar_item_element.cpp | 106 … auto onClick = AceAsyncEvent<void()>::Create(option->GetClickEventForToolBarItem(), context_); in OnOptionCallback() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/text/ |
| D | text_component.cpp | 164 void TextComponent::SetOnClick(const EventMarker& onClick) in SetOnClick()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | radio_model_impl.cpp | 118 void RadioModelImpl::SetOnClickEvent(std::function<void()>&& onClick) in SetOnClickEvent()
|
| D | swiper_model_impl.cpp | 291 auto onClick = [func = std::move(value), impl](const BaseEventInfo* info) { in SetOnClick() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_span.cpp | 210 …auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc](const BaseEventInfo* i… in JsOnClick() local
|
| D | js_interactable_view.cpp | 161 …auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc](const ClickInfo* info)… in JsOnClick() local
|
| D | js_button.cpp | 549 …auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc](const ClickInfo* info)… in JsOnClick() local
|
| D | js_text.cpp | 446 …auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc](const BaseEventInfo* i… in JsOnClick() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
| D | timepicker_dialog_view.cpp | 154 auto onClick = AceType::MakeRefPtr<NG::ClickEvent>(event); in Show() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/mock/ |
| D | mock_text_overlay_component.cpp | 51 …onComponent> TextOverlayComponent::BuildButton(const std::string& data, const EventMarker& onClick) in BuildButton()
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/ |
| D | gestures_test.cpp | 839 ClickEventResult onClick; variable 879 ClickEventResult onClick; variable 928 ClickEventResult onClick; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| D | datepicker_dialog_view.cpp | 211 auto onClick = AceType::MakeRefPtr<NG::ClickEvent>(std::move(titleClickEvent)); in Show() local 251 auto onClick = AceType::MakeRefPtr<NG::ClickEvent>(event); in Show() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/button/ |
| D | render_button.cpp | 235 auto onClick = AceAsyncEvent<void()>::Create(buttonComponent_->GetClickedEventId(), context_); in HandleClickEvent() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
| D | calendar_dialog_view.cpp | 499 auto onClick = AceType::MakeRefPtr<NG::ClickEvent>(event); in CreateOptionsNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
| D | text_overlay_component.cpp | 198 …onComponent> TextOverlayComponent::BuildButton(const std::string& data, const EventMarker& onClick) in BuildButton()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| D | textpicker_dialog_view.cpp | 382 auto onClick = AceType::MakeRefPtr<NG::ClickEvent>(std::move(callback)); in CreateButtonNode() local
|