Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h575 std::vector<OnCallJSDropFunc> dropJSFuncList_; variable
H A Drender_grid_layout.cpp2431 dropJSFuncList_.push_back(std::move(func)); in RegisterDropJSFunc()
2438 for (auto& func: dropJSFuncList_) { in CallDropJSFunc()
2441 dropJSFuncList_.clear(); in CallDropJSFunc()