Home
last modified time | relevance | path

Searched refs:SetOnClickEvent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dradio_model_impl.h32 void SetOnClickEvent(std::function<void()>&& onClick) override;
H A Dradio_model_impl.cpp119 void RadioModelImpl::SetOnClickEvent(std::function<void()>&& onClick) in SetOnClickEvent() function in OHOS::Ace::Framework::RadioModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model.h43 virtual void SetOnClickEvent(std::function<void()>&& onClick) {}; in SetOnClickEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.cpp403 textPattern->SetOnClickEvent(std::move(clickFunc)); in SetOnClick()
412 textPattern->SetOnClickEvent(nullptr); in ClearOnClick()
910 textPattern->SetOnClickEvent(std::move(click)); in SetOnClick()
918 textPattern->SetOnClickEvent(nullptr); in ClearOnClick()
H A Dspan_node.h272 void SetOnClickEvent(GestureEventFunc&& onClick_) in SetOnClickEvent() function
H A Dtext_pattern.h342 void SetOnClickEvent(GestureEventFunc&& onClick) in SetOnClickEvent() function
H A Dtext_pattern.cpp2980 imageSpanItem->SetOnClickEvent(std::move(clickCall)); in AddImageToSpanItem()
3000 imageSpanItem->SetOnClickEvent(std::move(clickCall)); in AddImageToSpanItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp391 RadioModel::GetInstance()->SetOnClickEvent( in JsOnClick()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp815 source->GetSpanItem()->SetOnClickEvent(std::move(func));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp902 IF_TRUE(options.onClick, spanItem->SetOnClickEvent(std::move(options.onClick))); in SetGestureOptions()
1644 targetItem->SetOnClickEvent(std::move(tmpClickFunc)); in CopyGestureOption()