Home
last modified time | relevance | path

Searched refs:iconTag (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp383 std::string iconTag; in GetOtherIconsInfo() local
386 iconTag = "global_" + iconName; in GetOtherIconsInfo()
391 iconTag = "other_icons_" + iconName; in GetOtherIconsInfo()
407 iconMaskValues_.emplace_back(std::make_tuple(iconTag, std::move(tmpInfo), len)); in GetOtherIconsInfo()
414 const std::string &iconTag, std::unique_ptr<uint8_t[]> &outValue, size_t &len) in GetThemeIconFromCache() argument
423 if (iconTag != tag) { in GetThemeIconFromCache()
H A Dresource_manager_impl.cpp1699 std::string iconTag; in GetOtherIconsInfo() local
1701 iconTag = "global_" + iconName; in GetOtherIconsInfo()
1703 iconTag = "other_icons_" + iconName; in GetOtherIconsInfo()
1705 …RState result = ThemePackManager::GetThemePackManager()->GetThemeIconFromCache(iconTag, outValue, … in GetOtherIconsInfo()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_manager.h155 …RState GetThemeIconFromCache(const std::string &iconTag, std::unique_ptr<uint8_t[]> &outValue, siz…