Home
last modified time | relevance | path

Searched refs:LoadThemeIconsResource (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_manager_test.cpp138 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 Dtheme_pack_manager.h73 void LoadThemeIconsResource(const std::string &bundleName, const std::string &moduleName,
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp152 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