Searched refs:BestMatch (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | theme_config_test.cpp | 225 bool ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); 229 ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); 249 bool ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); 253 ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); 273 bool ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); 291 bool ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); 295 ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); 315 bool ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); 319 ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | theme_pack_config.h | 68 …bool BestMatch(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig) co…
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_config.cpp | 56 bool ThemeConfig::BestMatch(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &r… in BestMatch() function in OHOS::Global::Resource::ThemeConfig
|
H A D | theme_pack_manager.cpp | 269 if (!bestThemeConfig->BestMatch(themeConfig, resConfig)) { in GetBestMatchThemeResource()
|