Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds