/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_model_ng.cpp | 29 const std::function<void(uint32_t forIndex)>& onCreateNode, in Create() argument 42 onCreateNode, in Create()
|
H A D | repeat_virtual_scroll_node.h | 42 const std::function<void(uint32_t)>& onCreateNode, 50 const std::function<void(uint32_t)>& onCreateNode,
|
H A D | repeat_virtual_scroll_node.cpp | 33 const std::function<void(uint32_t)>& onCreateNode, in GetOrCreateRepeatNode() argument 46 …nodeId, totalCount, templateCachedCountMap, onCreateNode, onUpdateNode, onGetKeys4Range, onGetType… in GetOrCreateRepeatNode() 55 const std::function<void(uint32_t)>& onCreateNode, in RepeatVirtualScrollNode() argument 61 … caches_(templateCachedCountMap, onCreateNode, onUpdateNode, onGetKeys4Range, onGetTypes4Range), in RepeatVirtualScrollNode()
|
H A D | repeat_virtual_scroll_model_ng.h | 35 const std::function<void(uint32_t forIndex)>& onCreateNode,
|
H A D | repeat_virtual_scroll_model.h | 39 const std::function<void(uint32_t forIndex)>& onCreateNode,
|
H A D | repeat_virtual_scroll_caches.h | 53 const std::function<void(uint32_t)>& onCreateNode,
|
H A D | repeat_virtual_scroll_caches.cpp | 38 const std::function<void(uint32_t)>& onCreateNode, in RepeatVirtualScrollCaches() argument 46 onCreateNode_(onCreateNode), onUpdateNode_(onUpdateNode), onGetTypes4Range_(onGetTypes4Range), in RepeatVirtualScrollCaches()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | repeat_node_cache_syntax_test.cpp | 93 const std::function<void(uint32_t)> onCreateNode = [this](uint32_t forIndex) { in __anona03fc19a0202() member in OHOS::Ace::NG::RepeatNodeCacheSyntaxTest 349 RepeatVirtualScrollCaches caches(cacheCountL24ttype, onCreateNode, 368 1, 3, templateCachedCountMap, onCreateNode, 798 onCreateNode, 1083 onCreateNode, 1105 onCreateNode, 1146 onCreateNode,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
H A D | pu_foreach.d.ts | 53 onCreateNode: (forIndex: number) => void;
|
H A D | pu_repeat_virtual_scroll_impl.ts | 81 const onCreateNode = (forIndex: number): void => { 240 onCreateNode,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_repeat_virtual_scroll.cpp | 119 …auto onCreateNode = [execCtx = info.GetExecutionContext(), func = JSFUNC(handlers, "onCreateNode")… 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 | 10499 const onCreateNode = (forIndex) => { 10639 onCreateNode,
|