Searched refs:ClearRedundantFile (Results 1 - 3 of 3) sorted by relevance
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/clearredundatfile_fuzzer/ |
H A D | clearredundatfile_fuzzer.cpp | 42 WallpaperMgrService.ClearRedundantFile(userId, wallpaperType, path); in ClearRedundatFileFuzzTest()
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 275 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 D | wallpaper_service.h | 152 void ClearRedundantFile(int32_t userId, WallpaperType wallpaperType, std::string fileName);
|
Completed in 4 milliseconds