Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp120 auto it = indexKey_.begin(); in AddIndexKey()
121 for (; it != indexKey_.end(); ++it) { in AddIndexKey()
131 if (it == indexKey_.end()) { in AddIndexKey()
154 auto item = indexKey_.begin(); in AddIndexKeyForSharp()
175 if (item == indexKey_.end()) { in AddIndexKeyForSharp()
211 auto it = indexKey_.begin(); in RemoveIndexKey()
214 indexKey_.erase(it); in RemoveIndexKey()
234 auto item = indexKey_.begin(); in RemoveIndexKeyForSharp()
239 indexKey_.erase(item); in RemoveIndexKeyForSharp()
249 indexKey_.erase(item); in RemoveIndexKeyForSharp()
[all …]
H A Dindexer_item_component.h177 std::list<std::string> indexKey_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h206 return indexKey_; in GetIndexKey()
211 indexKey_ = indexKey; in SetIndexKey()
426 std::string indexKey_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.h42 return indexKey_; in GetItemKey()
105 std::string indexKey_; variable
H A Ddom_list_item.cpp74 indexKey_ = attr.second; in SetSpecializedAttr()
367 if (!indexKey_.empty()) { in PrepareSpecializedComponent()
368 listItemComponent_->SetIndexKey(indexKey_); in PrepareSpecializedComponent()