Searched refs:ClearRedundantFile (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 290 ClearRedundantFile(userId, WALLPAPER_SYSTEM, WALLPAPER_SYSTEM_ORIG); in InitData() 291 ClearRedundantFile(userId, WALLPAPER_LOCKSCREEN, WALLPAPER_LOCK_ORIG); in InitData() 361 ClearRedundantFile(userId, WALLPAPER_SYSTEM, WALLPAPER_SYSTEM_ORIG); in InitUsersOnBoot() 362 ClearRedundantFile(userId, WALLPAPER_LOCKSCREEN, WALLPAPER_LOCK_ORIG); in InitUsersOnBoot() 367 void WallpaperService::ClearRedundantFile(int32_t userId, WallpaperType wallpaperType, std::string … in ClearRedundantFile() function in OHOS::WallpaperMgrService::WallpaperService
|
/ohos5.0/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 155 void ClearRedundantFile(int32_t userId, WallpaperType wallpaperType, std::string fileName);
|