Home
last modified time | relevance | path

Searched refs:ReplaceUserIdInPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp159 if (Utils::IsFileExist(ReplaceUserIdInPath(absoluteThemeFlagA, userId))) { in LoadSAThemeRes()
160 rootDirs = GetRootDir(ReplaceUserIdInPath(absoluteThemeSkinA, userId)); in LoadSAThemeRes()
161 iconDirs = GetRootDir(ReplaceUserIdInPath(absoluteThemeIconsA, userId)); in LoadSAThemeRes()
162 } else if (Utils::IsFileExist(ReplaceUserIdInPath(absoluteThemeFlagB, userId))) { in LoadSAThemeRes()
163 rootDirs = GetRootDir(ReplaceUserIdInPath(absoluteThemeSkinB, userId)); in LoadSAThemeRes()
164 iconDirs = GetRootDir(ReplaceUserIdInPath(absoluteThemeIconsB, userId)); in LoadSAThemeRes()
169 const std::string ThemePackManager::ReplaceUserIdInPath(const std::string &originalPath, int32_t us… in ReplaceUserIdInPath() function in OHOS::Global::Resource::ThemePackManager
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_manager.h119 const std::string ReplaceUserIdInPath(const std::string &originalPath, int32_t userId);