Searched refs:BestMatch (Results 1 - 4 of 4) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | theme_config_test.cpp | 214 * @tc.desc: Test BestMatch function, file case. 225 bool ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); in HWTEST_F() 229 ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); in HWTEST_F() 235 * @tc.desc: Test BestMatch function, file case. 249 bool ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); in HWTEST_F() 253 ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); in HWTEST_F() 259 * @tc.desc: Test BestMatch function, file case. 273 bool ret = this->themeConfig->BestMatch(otherThemeConfig, *this->resConfig); in HWTEST_F() 279 * @tc.desc: Test BestMatch function, file case. 291 bool ret = this->themeConfig->BestMatch(otherThemeConfi in HWTEST_F() [all...] |
/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) const;
|
/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 &resConfig) const in BestMatch() function in OHOS::Global::Resource::ThemeConfig
|
H A D | theme_pack_manager.cpp | 268 if (!bestThemeConfig->BestMatch(themeConfig, resConfig)) { in GetBestMatchThemeResource()
|
Completed in 2 milliseconds