Searched refs:GetThemeIconInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1651 RState ResourceManagerImpl::GetThemeIconInfo(const std::string &iconName, size_t &len, in GetThemeIconInfo() function in OHOS::Global::Resource::ResourceManagerImpl 1672 …RState foreState = GetThemeIconInfo(FOREGROUND, foregroundInfo.second, foregroundInfo.first, abili… in GetThemeIcons() 1673 …RState backState = GetThemeIconInfo(BACKGROUND, backgroundInfo.second, backgroundInfo.first, abili… in GetThemeIcons() 1683 return GetThemeIconInfo(resName, iconInfo.second, iconInfo.first); in GetDynamicIcon()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 791 …RState GetThemeIconInfo(const std::string &iconName, size_t &len, std::unique_ptr<uint8_t[]> &outV…
|