Home
last modified time | relevance | path

Searched refs:BestMatch (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_config_test.cpp225 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 Dtheme_pack_config.h68 …bool BestMatch(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig) co…
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_config.cpp56 bool ThemeConfig::BestMatch(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &r… in BestMatch() function in OHOS::Global::Resource::ThemeConfig
H A Dtheme_pack_manager.cpp269 if (!bestThemeConfig->BestMatch(themeConfig, resConfig)) { in GetBestMatchThemeResource()