Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp307 … LOGI("[indexer] section: %{public}s", StringUtils::Str16ToStr8(item->GetSectionStr()).c_str()); in GetIndexerItem()
357 if (item && (item->GetSectionStr() == INDEXER_STR_SHARP)) { in AddItemToSharp()
516 if (item && (item->GetSectionStr() == INDEXER_STR_SHARP)) { in RemoveItemFromSharp()
H A Dindexer_item_component.h61 const std::u16string& GetSectionStr() const in GetSectionStr() function
H A Drender_indexer_item.cpp48 strText_ = itemComponent->GetSectionStr(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h49 const std::u16string& GetSectionStr() const in GetSectionStr() function
H A Drender_indexer_item.cpp42 strText_ = itemComponent->GetSectionStr(); in Update()