Home
last modified time | relevance | path

Searched refs:strLabel (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.h38 const std::u16string& strSection, const std::u16string& strLabel, bool circleMode, bool rotate = false) in IndexerItemComponent()
39 : strSection_(strSection), strLabel_(strLabel), circleMode_(circleMode), rotate_(rotate) in IndexerItemComponent()
44 IndexerItemComponent(const std::u16string& strSection, const std::u16string& strLabel, const Dimension& itemSize, in IndexerItemComponent() argument
46 : strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), circleMode_(circleMode), rotate_(rotate) in IndexerItemComponent()
37 IndexerItemComponent( const std::u16string& strSection, const std::u16string& strLabel, bool circleMode, bool rotate = false) IndexerItemComponent() argument
H A Dindexer_component.cpp198 void IndexerComponent::BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType) in BuildTextItem() argument
201 AceType::MakeRefPtr<IndexerItemComponent>(strSection, strLabel, itemSize_, circleMode_, false); in BuildTextItem()
H A Dindexer_component.h139 void BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType = 0);
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h37 IndexerItemComponent(const std::u16string& strSection, const std::u16string& strLabel, const Dimension& itemSize, in IndexerItemComponent() argument
39 : strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), rotate_(rotate) in IndexerItemComponent()
H A Dindexer_component.cpp122 void IndexerComponent::BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType) in BuildTextItem() argument
125 AceType::MakeRefPtr<IndexerItemComponent>(strSection, strLabel, itemSize_, false); in BuildTextItem()
H A Dindexer_component.h295 void BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType = 0);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp549 std::string strLabel = abilityInfo_.applicationInfo.label; in GetLabel() local
553 return strLabel; in GetLabel()
559 return strLabel; in GetLabel()
562 auto result = resourceMgr->GetStringById(abilityInfo_.applicationInfo.labelId, strLabel); in GetLabel()
570 return strLabel; in GetLabel()

Completed in 10 milliseconds