Home
last modified time | relevance | path

Searched refs:keyGenFunc_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_repeat_virtual_scroll_impl.ts24 private keyGenFunc_?: RepeatKeyGenFunc<T>;
51 this.keyGenFunc_ = config.keyGenFunc;
307 key = this.keyGenFunc_(this.arr_[forIndex], forIndex);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_actuator.h145 keyGenFunc_ = std::move(keyGenFunc); in SetItemGenerator()
179 ItemKeyGenerator keyGenFunc_; variable
H A Djs_lazy_foreach_component.h111 std::string key = keyGenFunc_(params[0], index); in ExpandChildrenOnInitial()
131 std::string key = keyGenFunc_(params[0], index); in OnGetChildByIndex()
H A Djs_lazy_foreach_builder.h56 std::string key = keyGenFunc_(params[paramType::Data], index); in OnExpandChildrenOnInitialInNG()
145 std::string key = keyGenFunc_(params[paramType::Data], index); in OnGetChildByIndex()
207 key = keyGenFunc_(params[paramType::Data], index); in OnGetChildByIndexNew()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js10478 this.keyGenFunc_ = config.keyGenFunc;
10701 key = this.keyGenFunc_(this.arr_[forIndex], forIndex);