Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp290 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 Dwallpaper_service.h155 void ClearRedundantFile(int32_t userId, WallpaperType wallpaperType, std::string fileName);