Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h170 void DeleteTempResource(std::vector<WallpaperPictureInfo> &tempResourceFiles);
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp2030 void WallpaperService::DeleteTempResource(std::vector<WallpaperPictureInfo> &tempResourceFiles) in DeleteTempResource() argument
2032 for (auto &wallpaperFile : tempResourceFiles) { in DeleteTempResource()