Searched refs:ThemeKey (Results 1 - 2 of 2) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | theme_pack_resource.h | 33 struct ThemeKey { struct 40 ThemeKey(std::string bundle, std::string module, ResType type, std::string name, std::string ability = "") in ThemeKey() function 42 bool operator == (const ThemeKey& theme) const in operator ==() 50 std::size_t operator() (const ThemeKey &theme) const in operator ()() 79 inline const ThemeKey GetThemeKey() const in GetThemeKey() 83 ThemeQualifierValue(const ThemeKey themeKey, std::shared_ptr<ThemeConfig> themeConfig, 87 ThemeKey themeKey_; 167 std::vector<std::pair<ThemeKey, std::string> > iconValues_;
|
/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 themeKe in LoadThemeIconResource() [all...] |
Completed in 2 milliseconds