Searched refs:strLabel (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.h | 38 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 D | indexer_component.cpp | 198 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 D | indexer_component.h | 139 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 D | indexer_item_component.h | 37 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 D | indexer_component.cpp | 122 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 D | indexer_component.h | 295 void BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType = 0);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 549 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