Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/services/include/
Dwallpaper_service.h170 atomic<int32_t> wallpaperId_; variable
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp234 wallpaperId_ = DEFAULT_WALLPAPER_ID; in InitData()
542 if (wallpaperId_ == INT32_MAX) { in MakeWallpaperIdLocked()
543 wallpaperId_ = DEFAULT_WALLPAPER_ID; in MakeWallpaperIdLocked()
545 return ++wallpaperId_; in MakeWallpaperIdLocked()