Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp412 std::string wallpaperDefaultPath = GetWallpaperDefaultPath(wallpaperType); in RestoreUserResources() local
413 if (wallpaperDefaultPath.empty()) { in RestoreUserResources()
416 wallpaperData.wallpaperFile = wallpaperDefaultPath; in RestoreUserResources()
423 std::string wallpaperDefaultPath = (wallpaperType == WallpaperType::WALLPAPER_SYSTEM) in GetWallpaperDefaultPath() local
426 if (wallpaperDefaultPath.empty()) { in GetWallpaperDefaultPath()
427 wallpaperDefaultPath = (wallpaperType == WallpaperType::WALLPAPER_SYSTEM) ? WALLPAPER_DEFAULT_FILEFULLPATH in GetWallpaperDefaultPath()
430 HILOG_DEBUG("wallpaperDefaultPath is:%{public}s.", wallpaperDefaultPath.c_str()); in GetWallpaperDefaultPath()
431 return wallpaperDefaultPath; in GetWallpaperDefaultPath()

Completed in 3 milliseconds