Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dinput_event_hub.h90 void SetHoverEvent(OnHoverFunc&& onHoverEventFunc) in SetHoverEvent()
/foundation/arkui/ace_engine/test/unittest/core/base/view_abstract/
Dview_abstract_test_ng.cpp413 OnHoverFunc onHoverEventFunc; variable
451 OnHoverFunc onHoverEventFunc; variable
1830 OnHoverFunc onHoverEventFunc; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h701 void SetOnHover(OnHoverFunc&& onHoverEventFunc) override in SetOnHover()
Dview_abstract.cpp679 void ViewAbstract::SetOnHover(OnHoverFunc&& onHoverEventFunc) in SetOnHover()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp1092 void ViewAbstractModelImpl::SetOnHover(OnHoverFunc&& onHoverEventFunc) in SetOnHover()