Searched defs:iconName (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_resource.cpp | 196 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 D | theme_pack_manager.cpp | 318 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 D | resource_manager_impl.cpp | 1413 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 D | select_overlay_node.cpp | 1171 auto iconName = textOverlayTheme ? textOverlayTheme->GetCameraInput() : ""; in GetFlexibleOptionsParams() local 1176 auto iconName = textOverlayTheme ? textOverlayTheme->GetAIWrite() : ""; in GetFlexibleOptionsParams() local
|