Searched refs:GetImageFd (Results 1 - 2 of 2) sorted by relevance
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 128 ErrorCode GetImageFd(int32_t userId, WallpaperType wallpaperType, int32_t &fd);
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 610 ErrorCode ret = GetImageFd(userId, type, wallpaperFd); in GetFile() 611 HILOG_INFO("GetImageFd fd:%{public}d, ret:%{public}d", wallpaperFd, ret); in GetFile() 928 ret = GetImageFd(userId, type, fdInfo.fd); in GetPixelMap() 930 HILOG_ERROR("GetImageFd failed!"); in GetPixelMap() 1192 ErrorCode WallpaperService::GetImageFd(int32_t userId, WallpaperType wallpaperType, int32_t &fd) in GetImageFd() function in OHOS::WallpaperMgrService::WallpaperService 1194 HILOG_INFO("WallpaperService::GetImageFd start."); in GetImageFd()
|
Completed in 4 milliseconds