Searched refs:LoadThemeIconsResource (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | theme_manager_test.cpp | 138 tm->LoadThemeIconsResource("ohos.global.test.all", "entry", rootDirs, userId); 156 tm->LoadThemeIconsResource("ohos.global.test.all", "entry", rootDirs, userId); 177 tm->LoadThemeIconsResource("other_icons", "", rootDirs, userId); 200 tm->LoadThemeIconsResource("other_icons", "", rootDirs, userId);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | theme_pack_manager.h | 73 void LoadThemeIconsResource(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_manager.cpp | 152 LoadThemeIconsResource(bundleName, moduleName, iconDirs, userId); in LoadThemeRes() 294 void ThemePackManager::LoadThemeIconsResource(const std::string &bundleName, const std::string &mod… in LoadThemeIconsResource() function in OHOS::Global::Resource::ThemePackManager
|