Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h166 … bool GetWallpaperDataPath(int32_t userId, WallpaperType wallpaperType, std::string &filePathName,
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1926 if (!GetWallpaperDataPath(userId, wallpaperType, filePathName, foldState, rotateState)) { in GetImageSize()
1957 if (!GetWallpaperDataPath(userId, wallpaperType, filePathName, foldState, rotateState)) { in GetImageFd()
1974 bool WallpaperService::GetWallpaperDataPath( in GetWallpaperDataPath() function in OHOS::WallpaperMgrService::WallpaperService