Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h120 using OnCallJSDropFunc = std::function<void()>; variable
435 void RegisterDropJSFunc(const OnCallJSDropFunc& func);
575 std::vector<OnCallJSDropFunc> dropJSFuncList_;
H A Drender_grid_layout.cpp2427 void RenderGridLayout::RegisterDropJSFunc(const OnCallJSDropFunc& func) in RegisterDropJSFunc()