Home
last modified time | relevance | path

Searched defs:themeConfig (Results 1 – 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
Dtheme_pack_config.cpp34 bool ThemeConfig::Match(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resCo… in Match()
56 bool ThemeConfig::BestMatch(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &r… in BestMatch() argument
Dtheme_pack_resource.cpp49 std::shared_ptr<ThemeConfig> themeConfig, const std::string &value) : themeKey_(themeKey), in ThemeQualifierValue()
83 auto themeConfig = std::make_shared<ThemeConfig>(); in GetThemeConfig() local
109 std::shared_ptr<ThemeConfig> themeConfig, const std::string &resTypeStr) in InitThemeRes()
165 auto themeConfig = GetThemeConfig(jsonPath); in ParseJson() local
186 auto themeConfig = GetThemeConfig(iconPath); in ParseIcon() local
Dtheme_pack_manager.cpp260 auto themeConfig = path->GetThemeConfig(); in GetBestMatchThemeResource() local
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dtheme_config_test.cpp40 std::shared_ptr<ThemeConfig> themeConfig; member in __anon168be8640111::ThemeConfigTest