Home
last modified time | relevance | path

Searched refs:GetIndexKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp49 … int32_t itemIndex = indexer_->AddItemIndexKey(listItem->GetIndexKey(), listItem->GetType()); in AppendChild()
65 indexer_->RemoveItemIndexKey(listItem->GetIndexKey()); in RemoveChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h204 const std::string& GetIndexKey() const in GetIndexKey() function