Home
last modified time | relevance | path

Searched refs:ClearRedundantFile (Results 1 - 3 of 3) sorted by relevance

/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/clearredundatfile_fuzzer/
H A Dclearredundatfile_fuzzer.cpp42 WallpaperMgrService.ClearRedundantFile(userId, wallpaperType, path); in ClearRedundatFileFuzzTest()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp275 ClearRedundantFile(userId, WALLPAPER_SYSTEM, WALLPAPER_SYSTEM_ORIG); in InitData()
276 ClearRedundantFile(userId, WALLPAPER_LOCKSCREEN, WALLPAPER_LOCK_ORIG); in InitData()
348 ClearRedundantFile(userId, WALLPAPER_SYSTEM, WALLPAPER_SYSTEM_ORIG); in InitUsersOnBoot()
349 ClearRedundantFile(userId, WALLPAPER_LOCKSCREEN, WALLPAPER_LOCK_ORIG); in InitUsersOnBoot()
354 void WallpaperService::ClearRedundantFile(int32_t userId, WallpaperType wallpaperType, std::string fileName) in ClearRedundantFile() function in OHOS::WallpaperMgrService::WallpaperService
356 HILOG_DEBUG("ClearRedundantFile Current userId: %{public}d", userId); in ClearRedundantFile()
408 ClearRedundantFile(userId, wallpaperType, WALLPAPER_HOME); in RestoreUserResources()
410 ClearRedundantFile(userId, wallpaperType, WALLPAPER_LOCK); in RestoreUserResources()
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h152 void ClearRedundantFile(int32_t userId, WallpaperType wallpaperType, std::string fileName);

Completed in 4 milliseconds