Searched defs:themeConfig (Results 1 – 5 of 5) sorted by relevance
34 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
46 std::shared_ptr<ThemeConfig> themeConfig, const std::string &value) : themeKey_(themeKey), in ThemeQualifierValue()80 auto themeConfig = std::make_shared<ThemeConfig>(); in GetThemeConfig() local106 std::shared_ptr<ThemeConfig> themeConfig, const std::string &resTypeStr) in InitThemeRes()179 auto themeConfig = GetThemeConfig(jsonPath); in ParseJson() local204 auto themeConfig = GetThemeConfig(iconPath); in ParseIcon() local
284 auto themeConfig = path->GetThemeConfig(); in GetBestMatchThemeResource() local
46 std::shared_ptr<ThemeConfig> themeConfig = std::make_shared<ThemeConfig>(); variable69 std::shared_ptr<ThemeConfig> themeConfig = std::make_shared<ThemeConfig>(); variable94 std::shared_ptr<ThemeConfig> themeConfig = std::make_shared<ThemeConfig>(); variable113 std::shared_ptr<ThemeConfig> themeConfig = std::make_shared<ThemeConfig>(); variable
40 std::shared_ptr<ThemeConfig> themeConfig; member in __anon707e77e50111::ThemeConfigTest