/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | span_model_impl.cpp | 175 void SpanModelImpl::SetOnClick(std::function<void(BaseEventInfo*)>&& click) in SetOnClick() function in OHOS::Ace::Framework::SpanModelImpl 179 component->SetOnClick(EventMarker(std::move(click))); in SetOnClick()
|
H A D | span_model_impl.h | 44 void SetOnClick(std::function<void(BaseEventInfo*)>&& click) override;
|
H A D | swiper_model_impl.h | 47 void SetOnClick(
|
H A D | text_model_impl.cpp | 285 void TextModelImpl::SetOnClick(std::function<void(BaseEventInfo*)>&& click) in SetOnClick() function in OHOS::Ace::Framework::TextModelImpl 294 component->SetOnClick(clickId); in SetOnClick()
|
H A D | text_model_impl.h | 68 void SetOnClick(std::function<void(BaseEventInfo*)>&& click) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 44 void SetOnClick(std::function<void(BaseEventInfo* info)>&& click) override; 98 static void SetOnClick(UINode* uiNode, GestureEventFunc&& click);
|
H A D | span_model.h | 53 virtual void SetOnClick(std::function<void(BaseEventInfo* info)>&& click) = 0;
|
H A D | text_model_ng.h | 68 void SetOnClick(std::function<void(BaseEventInfo* info)>&& click) override; 127 static void SetOnClick(FrameNode* frameNode, GestureEventFunc&& click);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_span/ |
H A D | text_span_component.h | 45 void SetOnClick(const EventMarker& onClick);
|
H A D | text_span_component.cpp | 73 void TextSpanComponent::SetOnClick(const EventMarker& onClick) in SetOnClick() function in OHOS::Ace::TextSpanComponent
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.h | 32 void SetOnClick(ArkUINodeHandle node, void* extraParam);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | render_triangle.h | 109 void SetOnClick(const std::function<void(bool)>& value) in SetOnClick() function
|
H A D | render_triangle.cpp | 140 click_->SetOnClick([weak = WeakClaim(this)](const ClickInfo&) { in OnTouchTestHit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | interactable_view.cpp | 47 ViewAbstractModel::GetInstance()->SetOnClick( in OnClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | click_recognizer.h | 46 void SetOnClick(const ClickCallback& onClick) in SetOnClick() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_component.h | 70 void SetOnClick(const EventMarker& onClick);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_value.cpp | 26 clickRecognizer_->SetOnClick([weak = WeakClaim(this)](const ClickInfo&) { in RenderPickerValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_span_ffi.cpp | 92 SpanModel::GetInstance()->SetOnClick(onClick); in FfiOHOSAceFrameworkSpanSetOnClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | click_recognizer.h | 45 void SetOnClick(const ClickCallback& onClick) in SetOnClick() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | render_hyperlink.cpp | 38 clickRecognizer_->SetOnClick([wp](const ClickInfo& info) { in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/ |
H A D | render_navigator.cpp | 37 clickRecognizer_->SetOnClick([wp](const ClickInfo& info) { in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_swiper.h | 58 static void SetOnClick(const JSCallbackInfo& info);
|
H A D | js_span.cpp | 252 SpanModel::GetInstance()->SetOnClick(std::move(onClick)); in JsOnClick() 274 SpanModel::GetInstance()->SetOnClick(std::move(clickFunc)); in JsOnClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 88 btnbox->SetOnClick(tapGesture); in Build()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | scrollable_event.cpp | 110 clickRecognizer_->SetOnClick([weak = WeakClaim(RawPtr(frameNode))](const ClickInfo&) { in InitClickRecognizer()
|