Home
last modified time | relevance | path

Searched defs:iconName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp196 std::string iconName = iconPath.substr(pos2 + 1, pos1 - pos2 - 1); in ParseIcon() local
340 std::string iconName = path.substr(pos2 + 1, pos1 - pos2 - 1); in LoadThemeIconResource() local
374 const std::string &iconName, const std::string &abilityName) in GetThemeAppIcon()
396 const std::string &iconName, const std::string &abilityName) in GetThemeAppIconByAbilityName()
H A Dtheme_pack_manager.cpp318 const std::string &iconName, int32_t userId, const std::string &abilityName) in FindThemeIconResource()
378 RState ThemePackManager::GetOtherIconsInfo(const std::string &iconName, in GetOtherIconsInfo()
H A Dresource_manager_impl.cpp1413 std::string iconName = idItem->GetItemResName(); in GetThemeIcon() local
1651 RState ResourceManagerImpl::GetThemeIconInfo(const std::string &iconName, size_t &len, in GetThemeIconInfo()
1696 RState ResourceManagerImpl::GetOtherIconsInfo(const std::string &iconName, in GetOtherIconsInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp1171 auto iconName = textOverlayTheme ? textOverlayTheme->GetCameraInput() : ""; in GetFlexibleOptionsParams() local
1176 auto iconName = textOverlayTheme ? textOverlayTheme->GetAIWrite() : ""; in GetFlexibleOptionsParams() local