Home
last modified time | relevance | path

Searched refs:AddItemIndexKey (Results 1 – 3 of 3) 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()
H A Dindexer_component.h158 int32_t AddItemIndexKey(const std::string& indexKey, const std::string& headStyle);
H A Dindexer_component.cpp315 int32_t IndexerComponent::AddItemIndexKey(const std::string& indexKey, const std::string& headStyle) in AddItemIndexKey() function in OHOS::Ace::IndexerComponent