Home
last modified time | relevance | path

Searched refs:hostEventHub (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp243 auto hostEventHub = host->GetEventHub<GridRowEventHub>(); in OnBreakPointChange() local
244 CHECK_NULL_VOID(hostEventHub); in OnBreakPointChange()
251 hostEventHub->FireChangeEvent(sizeTypeString); in OnBreakPointChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp861 auto hostEventHub = host->GetEventHub<EventHub>(); in CopyDragCallback() local
863 CHECK_NULL_VOID(hostEventHub && imageEventHub); in CopyDragCallback()
876 auto start = hostEventHub->GetOnDragStart(); in CopyDragCallback()
890 auto end = hostEventHub->GetCustomerOnDragEndFunc(); in CopyDragCallback()