Home
last modified time | relevance | path

Searched refs:SetOnClick (Results 1 – 25 of 106) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dspan_model_impl.cpp175 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 Dspan_model_impl.h44 void SetOnClick(std::function<void(BaseEventInfo*)>&& click) override;
H A Dswiper_model_impl.h47 void SetOnClick(
H A Dtext_model_impl.cpp285 void TextModelImpl::SetOnClick(std::function<void(BaseEventInfo*)>&& click) in SetOnClick() function in OHOS::Ace::Framework::TextModelImpl
294 component->SetOnClick(clickId); in SetOnClick()
H A Dtext_model_impl.h68 void SetOnClick(std::function<void(BaseEventInfo*)>&& click) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_model_ng.h44 void SetOnClick(std::function<void(BaseEventInfo* info)>&& click) override;
98 static void SetOnClick(UINode* uiNode, GestureEventFunc&& click);
H A Dspan_model.h53 virtual void SetOnClick(std::function<void(BaseEventInfo* info)>&& click) = 0;
H A Dtext_model_ng.h68 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 Dtext_span_component.h45 void SetOnClick(const EventMarker& onClick);
H A Dtext_span_component.cpp73 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 Dnode_common_modifier.h32 void SetOnClick(ArkUINodeHandle node, void* extraParam);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drender_triangle.h109 void SetOnClick(const std::function<void(bool)>& value) in SetOnClick() function
H A Drender_triangle.cpp140 click_->SetOnClick([weak = WeakClaim(this)](const ClickInfo&) { in OnTouchTestHit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dinteractable_view.cpp47 ViewAbstractModel::GetInstance()->SetOnClick( in OnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dclick_recognizer.h46 void SetOnClick(const ClickCallback& onClick) in SetOnClick() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h70 void SetOnClick(const EventMarker& onClick);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_value.cpp26 clickRecognizer_->SetOnClick([weak = WeakClaim(this)](const ClickInfo&) { in RenderPickerValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_span_ffi.cpp92 SpanModel::GetInstance()->SetOnClick(onClick); in FfiOHOSAceFrameworkSpanSetOnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.h45 void SetOnClick(const ClickCallback& onClick) in SetOnClick() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Drender_hyperlink.cpp38 clickRecognizer_->SetOnClick([wp](const ClickInfo& info) { in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Drender_navigator.cpp37 clickRecognizer_->SetOnClick([wp](const ClickInfo& info) { in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.h58 static void SetOnClick(const JSCallbackInfo& info);
H A Djs_span.cpp252 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 Dside_bar_container_component.cpp88 btnbox->SetOnClick(tapGesture); in Build()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp110 clickRecognizer_->SetOnClick([weak = WeakClaim(RawPtr(frameNode))](const ClickInfo&) { in InitClickRecognizer()

12345