Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_manager_test.cpp157 bool result = rm->HasIconInTheme("ohos.global.test");
160 result = rm->HasIconInTheme("ohos.global.test.all");
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_manager.h132 bool HasIconInTheme(const std::string &bundleName, int32_t userId);
H A Dtheme_pack_resource.h145 bool HasIconInTheme(const std::string &bundleName);
H A Dresource_manager_impl.h669 virtual bool HasIconInTheme(const std::string &bundleName);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp358 bool ThemePackManager::HasIconInTheme(const std::string &bundleName, int32_t userId) in HasIconInTheme() function in OHOS::Global::Resource::ThemePackManager
370 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.cpp1691 bool ResourceManagerImpl::HasIconInTheme(const std::string &bundleName) in HasIconInTheme() function in OHOS::Global::Resource::ResourceManagerImpl
1693 return ThemePackManager::GetThemePackManager()->HasIconInTheme(bundleName, userId); in HasIconInTheme()
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h219 virtual bool HasIconInTheme(const std::string &bundleName) = 0;