Searched refs:CheckWallpaperFormat (Results 1 - 2 of 2) sorted by relevance
/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_manager.cpp | 211 ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, false, length); in SetWallpaper() 272 ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, true, length); in SetVideo() 306 ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, false, length); in SetCustomWallpaper() 667 ErrorCode WallpaperManager::CheckWallpaperFormat(const std::string &realPath, bool isLive, long &length) in CheckWallpaperFormat() function in OHOS::WallpaperMgrService::WallpaperManager
|
/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | wallpaper_manager.h | 194 ErrorCode CheckWallpaperFormat(const std::string &realPath, bool isLive, long &length);
|
Completed in 2 milliseconds