Searched refs:forKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
H A D | pu_repeat_virtual_scroll_impl.ts | 95 let forKey = this.getOrMakeKey4Index(forIndex); 96 this.repeatItem4Key_.set(forKey, repeatItem); 100 …tualScrollImpl (${this.repeatElmtId_}) onCreateNode for index ${forIndex} key "${forKey}" - end `); 117 const forKey = this.getOrMakeKey4Index(forIndex); 118 …Id_}) onUpdateNode: fromKey "${fromKey}", forIndex=${forIndex} forKey="${forKey}". Updating Repeat… 123 this.repeatItem4Key_.set(forKey, repeatItem); 130 …Id_}) onUpdateNode: fromKey "${fromKey}", forIndex=${forIndex} forKey="${forKey}". Initiating UINo…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_caches.cpp | 336 const std::string forKey = iterNewKey->second; in UpdateFromL2() local 377 const auto& forKey = iter->second; in CreateNewNode() local 383 const auto nodeIter = node4key_.find(forKey); in CreateNewNode() 413 forIndex, forKey.c_str(), ttype.c_str()); in CreateNewNode() 420 node4KeyIter->second[forKey] = node4Index; in CreateNewNode() 423 node4Key[forKey] = node4Index; in CreateNewNode() 428 node4key_[forKey] = CacheItem { true, node4Index }; in CreateNewNode() 644 node4KeyIter.second.erase(forKey); in UINodeHasBeenUpdated() 653 node4key.emplace(forKey, node); in UINodeHasBeenUpdated() 663 node4key_.emplace(forKey, cachedItem); in UINodeHasBeenUpdated() [all …]
|
H A D | repeat_virtual_scroll_caches.h | 206 const std::string& ttype, const std::string& fromKey, const std::string& forKey);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 10511 let forKey = this.getOrMakeKey4Index(forIndex); 10512 this.repeatItem4Key_.set(forKey, repeatItem); 10531 const forKey = this.getOrMakeKey4Index(forIndex); 10536 this.repeatItem4Key_.set(forKey, repeatItem);
|