Home
last modified time | relevance | path

Searched refs:GetThemeIconFromCache (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_manager_test.cpp203 RState state = tm->GetThemeIconFromCache("other_icons_background", outValue, len);
207 state = tm->GetThemeIconFromCache("other_icons_background", outValue, len);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_manager.h155 …RState GetThemeIconFromCache(const std::string &iconTag, std::unique_ptr<uint8_t[]> &outValue, siz…
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp413 RState ThemePackManager::GetThemeIconFromCache( in GetThemeIconFromCache() function in OHOS::Global::Resource::ThemePackManager
H A Dresource_manager_impl.cpp1705 …RState result = ThemePackManager::GetThemePackManager()->GetThemeIconFromCache(iconTag, outValue, … in GetOtherIconsInfo()