Home
last modified time | relevance | path

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

/ohos5.0/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 = 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 Dindexer_component.cpp198 …::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 itemT…
/ohos5.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 Dimen…
39 : strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), rotate_(rotate)
H A Dindexer_component.cpp126 …::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 Dindexer_component.h295 …void BuildTextItem(const std::u16string& strSection, const std::u16string& strLabel, int32_t itemT…
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp555 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()