Home
last modified time | relevance | path

Searched refs:GetOnMouseId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/mouse_listener/
H A Dmouse_listener_component.h52 const EventMarker& GetOnMouseId() const in GetOnMouseId() function
H A Drender_mouse_listener.cpp33 …SetOnMouse(AceAsyncEvent<void(const MouseEventInfo&)>::Create(mouseComponent->GetOnMouseId(), cont… in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h146 OnMouseCallback GetOnMouseId() const in GetOnMouseId() function
H A Drender_box.h205 const OnMouseCallback& GetOnMouseId() const in GetOnMouseId() function
H A Drender_box.cpp150 onMouse_ = box->GetOnMouseId(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1383 if (responseType->GetOnMouseId()) { in GetBindContextMenu()