Home
last modified time | relevance | path

Searched refs:AddIndexKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.h57 uint32_t AddIndexKey(const std::string& indexKey);
H A Dindexer_component.cpp336 itemIndex = static_cast<int32_t>(item->AddIndexKey(indexKey)); in AddItemIndexKey()
373 int32_t itemIndex = static_cast<int32_t>(itemPtr->AddIndexKey(indexKey)); in AddItemToSharp()
H A Dindexer_item_component.cpp97 uint32_t IndexerItemComponent::AddIndexKey(const std::string& indexKey) in AddIndexKey() function in OHOS::Ace::IndexerItemComponent