Home
last modified time | relevance | path

Searched defs:themeConfig (Results 1 – 5 of 5) 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()
59 bool ThemeConfig::BestMatch(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &r… in BestMatch() argument
Dtheme_pack_resource.cpp46 std::shared_ptr<ThemeConfig> themeConfig, const std::string &value) : themeKey_(themeKey), in ThemeQualifierValue()
80 auto themeConfig = std::make_shared<ThemeConfig>(); in GetThemeConfig() local
106 std::shared_ptr<ThemeConfig> themeConfig, const std::string &resTypeStr) in InitThemeRes()
179 auto themeConfig = GetThemeConfig(jsonPath); in ParseJson() local
204 auto themeConfig = GetThemeConfig(iconPath); in ParseIcon() local
Dtheme_pack_manager.cpp284 auto themeConfig = path->GetThemeConfig(); in GetBestMatchThemeResource() local
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dtheme_resource_test.cpp46 std::shared_ptr<ThemeConfig> themeConfig = std::make_shared<ThemeConfig>(); variable
69 std::shared_ptr<ThemeConfig> themeConfig = std::make_shared<ThemeConfig>(); variable
94 std::shared_ptr<ThemeConfig> themeConfig = std::make_shared<ThemeConfig>(); variable
113 std::shared_ptr<ThemeConfig> themeConfig = std::make_shared<ThemeConfig>(); variable
Dtheme_config_test.cpp40 std::shared_ptr<ThemeConfig> themeConfig; member in __anon707e77e50111::ThemeConfigTest