Searched refs:ThemeKey (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | theme_pack_resource.h | 32 struct ThemeKey { struct 39 …ThemeKey(std::string bundle, std::string module, ResType type, std::string name, std::string abili… argument 41 bool operator == (const ThemeKey& theme) const 49 std::size_t operator() (const ThemeKey &theme) const in operator() 78 inline const ThemeKey GetThemeKey() const in GetThemeKey() 82 ThemeQualifierValue(const ThemeKey themeKey, std::shared_ptr<ThemeConfig> themeConfig, 86 ThemeKey themeKey_; 166 std::vector<std::pair<ThemeKey, std::string> > iconValues_;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_resource.cpp | 48 ThemeResource::ThemeQualifierValue::ThemeQualifierValue(const ThemeKey themeKey, in ThemeQualifierValue() 131 … ThemeKey themeKey = ThemeKey(bundleInfo.first, bundleInfo.second, resType, name->valuestring); in InitThemeRes() 198 ThemeKey themeKey = ThemeKey(bundleName, moduleName, ResType::MEDIA, iconName); in ParseIcon() 347 ThemeKey themeKey = ThemeKey(bundleName, dynamicBundle, ResType::MEDIA, iconName); in LoadThemeIconResource() 354 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName); in LoadThemeIconResource() 361 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName); in LoadThemeIconResource() 367 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName, abilityName); in LoadThemeIconResource()
|