Home
last modified time | relevance | path

Searched defs:SetOnClickEvent (Results 1 – 4 of 4) sorted by relevance

/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/bridge/declarative_frontend/jsview/models/
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/text/
H A Dtext_pattern.h342 void SetOnClickEvent(GestureEventFunc&& onClick) in SetOnClickEvent() function
H A Dspan_node.h272 void SetOnClickEvent(GestureEventFunc&& onClick_) in SetOnClickEvent() function