Searched refs:strLabel (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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 = f… 39 : strSection_(strSection), strLabel_(strLabel), circleMode_(circleMode), rotate_(rotate) 44 …IndexerItemComponent(const std::u16string& strSection, const std::u16string& strLabel, const Dimen… 46 …: strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), circleMode_(circleMode), rota…
|
H A D | indexer_component.cpp | 198 …::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 itemT…
|
/ohos5.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 Dimen… 39 : strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), rotate_(rotate)
|
H A D | indexer_component.cpp | 126 …::BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemType) in BuildTextItem() argument 129 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 itemT…
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 555 std::string strLabel = applicationInfo_.label; in GetLabel() local 559 return strLabel; in GetLabel() 565 return strLabel; in GetLabel() 568 auto result = resourceMgr->GetStringById(applicationInfo_.labelId, strLabel); in GetLabel() 576 return strLabel; in GetLabel()
|