Home
last modified time | relevance | path

Searched refs:themeKey (Results 1 - 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp48 ThemeResource::ThemeQualifierValue::ThemeQualifierValue(const ThemeKey themeKey, in ThemeQualifierValue() argument
49 std::shared_ptr<ThemeConfig> themeConfig, const std::string &value) : themeKey_(themeKey), in ThemeQualifierValue()
131 ThemeKey themeKey = ThemeKey(bundleInfo.first, bundleInfo.second, resType, name->valuestring); in InitThemeRes() local
132 auto themeQualifierValue = std::make_shared<ThemeQualifierValue>(themeKey, themeConfig, in InitThemeRes()
198 ThemeKey themeKey = ThemeKey(bundleName, moduleName, ResType::MEDIA, iconName); in ParseIcon() local
199 auto themeQualifierValue = std::make_shared<ThemeQualifierValue>(themeKey, themeConfig, iconPath); in ParseIcon()
347 ThemeKey themeKey = ThemeKey(bundleName, dynamicBundle, ResType::MEDIA, iconName); in LoadThemeIconResource() local
348 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
354 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName); in LoadThemeIconResource() local
355 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, pat in LoadThemeIconResource()
361 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName); LoadThemeIconResource() local
367 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName, abilityName); LoadThemeIconResource() local
[all...]
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h83 ThemeQualifierValue(const ThemeKey themeKey, std::shared_ptr<ThemeConfig> themeConfig,

Completed in 2 milliseconds