Searched defs:themeConfig (Results 1 – 4 of 4) sorted by relevance
34 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
49 std::shared_ptr<ThemeConfig> themeConfig, const std::string &value) : themeKey_(themeKey), in ThemeQualifierValue()83 auto themeConfig = std::make_shared<ThemeConfig>(); in GetThemeConfig() local109 std::shared_ptr<ThemeConfig> themeConfig, const std::string &resTypeStr) in InitThemeRes()165 auto themeConfig = GetThemeConfig(jsonPath); in ParseJson() local186 auto themeConfig = GetThemeConfig(iconPath); in ParseIcon() local
260 auto themeConfig = path->GetThemeConfig(); in GetBestMatchThemeResource() local
40 std::shared_ptr<ThemeConfig> themeConfig; member in __anon7d22b7fb0110::ThemeConfigTest