/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() argument 43 onUpdateNode, in Create()
|
H A D | repeat_virtual_scroll_node.h | 43 const std::function<void(const std::string&, uint32_t)>& onUpdateNode, 51 const std::function<void(const std::string&, uint32_t)>& onUpdateNode,
|
H A D | repeat_virtual_scroll_node.cpp | 34 const std::function<void(const std::string&, uint32_t)>& onUpdateNode, in GetOrCreateRepeatNode() argument 46 …nodeId, totalCount, templateCachedCountMap, onCreateNode, onUpdateNode, onGetKeys4Range, onGetType… in GetOrCreateRepeatNode() 56 const std::function<void(const std::string&, uint32_t)>& onUpdateNode, in RepeatVirtualScrollNode() argument 61 … caches_(templateCachedCountMap, onCreateNode, onUpdateNode, onGetKeys4Range, onGetTypes4Range), in RepeatVirtualScrollNode()
|
H A D | repeat_virtual_scroll_model_ng.h | 36 const std::function<void(const std::string& fromKey, uint32_t forIndex)>& onUpdateNode,
|
H A D | repeat_virtual_scroll_model.h | 40 const std::function<void(const std::string& fromKey, uint32_t forIndex)>& onUpdateNode,
|
H A D | repeat_virtual_scroll_caches.h | 54 const std::function<void(const std::string&, uint32_t)>& onUpdateNode,
|
H A D | repeat_virtual_scroll_caches.cpp | 39 const std::function<void(const std::string&, uint32_t)>& onUpdateNode, in RepeatVirtualScrollCaches() argument 46 onCreateNode_(onCreateNode), onUpdateNode_(onUpdateNode), onGetTypes4Range_(onGetTypes4Range), in RepeatVirtualScrollCaches()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
H A D | pu_foreach.d.ts | 54 onUpdateNode: (fromKey: string, forIndex: number) => void;
|
H A D | pu_repeat_virtual_scroll_impl.ts | 103 const onUpdateNode = (fromKey: string, forIndex: number): void => { 241 onUpdateNode,
|
/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 178 … totalCount, templateCachedCountMap, onCreateNode, onUpdateNode, onGetKeys4Range, onGetTypes4Range, in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 10517 const onUpdateNode = (fromKey, forIndex) => { 10640 onUpdateNode,
|