Searched defs:onUpdateNode (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_model_ng.cpp | 30 const std::function<void(const std::string& fromKey, uint32_t forIndex)>& onUpdateNode, in Create()
|
H A D | repeat_virtual_scroll_node.cpp | 34 const std::function<void(const std::string&, uint32_t)>& onUpdateNode, in GetOrCreateRepeatNode() 56 const std::function<void(const std::string&, uint32_t)>& onUpdateNode, in RepeatVirtualScrollNode()
|
H A D | repeat_virtual_scroll_caches.cpp | 39 const std::function<void(const std::string&, uint32_t)>& onUpdateNode, in RepeatVirtualScrollCaches()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_repeat_virtual_scroll.cpp | 126 …auto onUpdateNode = [execCtx = info.GetExecutionContext(), func = JSFUNC(handlers, "onUpdateNode")… in Create() local
|