Searched refs:GetThemeResource (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_manager.cpp | 193 result = GetThemeResource(tempInfo, resType, resName, resConfig, userId); in FindThemeResource() 195 result = GetThemeResource(bundleInfo, resType, resName, resConfig, userId); in FindThemeResource() 204 const std::string ThemePackManager::GetThemeResource(const std::pair<std::string, std::string> &bun… in GetThemeResource() function in OHOS::Global::Resource::ThemePackManager
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | theme_pack_manager.h | 85 const std::string GetThemeResource(const std::pair<std::string, std::string> &bundleInfo,
|