Home
last modified time | relevance | path

Searched refs:HasIconInTheme (Results 1 - 8 of 8) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_manager_test.cpp195 * @tc.desc: Test HasIconInTheme function, file case.
207 bool result = rm->HasIconInTheme("ohos.global.test"); in HWTEST_F()
210 result = rm->HasIconInTheme("ohos.global.test.all"); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_manager.h128 bool HasIconInTheme(const std::string &bundleName);
H A Dtheme_pack_resource.h146 bool HasIconInTheme(const std::string &bundleName);
H A Dresource_manager_impl.h671 virtual bool HasIconInTheme(const std::string &bundleName);
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp360 bool ThemePackManager::HasIconInTheme(const std::string &bundleName) in HasIconInTheme() function in OHOS::Global::Resource::ThemePackManager
369 result = pThemeResource->HasIconInTheme(bundleName); in HasIconInTheme()
H A Dtheme_pack_resource.cpp416 bool ThemeResource::HasIconInTheme(const std::string &bundleName) in HasIconInTheme() function in OHOS::Global::Resource::ThemeResource
H A Dresource_manager_impl.cpp1671 bool ResourceManagerImpl::HasIconInTheme(const std::string &bundleName) in HasIconInTheme() function in OHOS::Global::Resource::ResourceManagerImpl
1673 return ThemePackManager::GetThemePackManager()->HasIconInTheme(bundleName); in HasIconInTheme()
/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h219 virtual bool HasIconInTheme(const std::string &bundleName) = 0;

Completed in 8 milliseconds