Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp212 ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, false, length); in SetWallpaper()
273 ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, true, length); in SetVideo()
307 ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, false, length); in SetCustomWallpaper()
661 ErrorCode WallpaperManager::CheckWallpaperFormat(const std::string &realPath, bool isLive, long &le… in CheckWallpaperFormat() function in OHOS::WallpaperMgrService::WallpaperManager
732 …ErrorCode wallpaperErrorCode = CheckWallpaperFormat(fileRealPath, false, wallpaperPictureInfo.leng… in GetFdByPath()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_manager.h191 ErrorCode CheckWallpaperFormat(const std::string &realPath, bool isLive, long &length);