Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A 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
H A 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
H A Dtheme_pack_manager.cpp260 auto themeConfig = path->GetThemeConfig(); in GetBestMatchThemeResource() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_config_test.cpp40 std::shared_ptr<ThemeConfig> themeConfig; member in __anon7d22b7fb0110::ThemeConfigTest