Home
last modified time | relevance | path

Searched defs:onHoverEventFunc (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event_hub.h91 void SetHoverEvent(OnHoverFunc&& onHoverEventFunc) in SetHoverEvent()
107 void SetJSFrameNodeOnHoverEvent(OnHoverFunc&& onHoverEventFunc) in SetJSFrameNodeOnHoverEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dinput_event_test_ng.cpp109 OnHoverFunc onHoverEventFunc; variable
141 OnHoverFunc onHoverEventFunc; variable
165 OnHoverFunc onHoverEventFunc; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp488 OnHoverFunc onHoverEventFunc; variable
536 OnHoverFunc onHoverEventFunc; variable
H A Dview_abstract_test_ng_new.cpp863 OnHoverFunc onHoverEventFunc; variable
1411 OnHoverFunc onHoverEventFunc; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h973 void SetOnHover(OnHoverFunc&& onHoverEventFunc) override in SetOnHover()
H A Dview_abstract.cpp1142 void ViewAbstract::SetOnHover(OnHoverFunc&& onHoverEventFunc) in SetOnHover()
3947 void ViewAbstract::SetOnHover(FrameNode* frameNode, OnHoverFunc &&onHoverEventFunc) in SetOnHover()
4718 void ViewAbstract::SetJSFrameNodeOnHover(FrameNode* frameNode, OnHoverFunc&& onHoverEventFunc) in SetJSFrameNodeOnHover()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1111 void ViewAbstractModelImpl::SetOnHover(OnHoverFunc&& onHoverEventFunc) in SetOnHover()