Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp98 constexpr const char *WALLPAPER_USERID_PATH = "/data/service/el1/public/wallpaper/"; member
261 wallpaperTmpFullPath_ = std::string(WALLPAPER_USERID_PATH) + std::string(WALLPAPER_TMP_DIRNAME); in InitData()
262 wallpaperCropPath_ = std::string(WALLPAPER_USERID_PATH) + std::string(WALLPAPER_CROP_PICTURE); in InitData()
367 std::string userDir = WALLPAPER_USERID_PATH + std::to_string(userId); in OnInitUser()
385 std::string userDir = WALLPAPER_USERID_PATH + std::to_string(userId); in InitUserDir()
441 std::string userDir = WALLPAPER_USERID_PATH + std::to_string(userId); in OnRemovedUser()
464 std::string userDir = WALLPAPER_USERID_PATH + std::to_string(userId); in OnSwitchedUser()
481 std::string userIdPath = WALLPAPER_USERID_PATH + std::to_string(userId); in GetWallpaperDir()
1514 std::string userPath = WALLPAPER_USERID_PATH + std::to_string(userId) + "/wallpapercfg"; in SaveWallpaperState()
1534 std::string userPath = WALLPAPER_USERID_PATH in LoadWallpaperState()
[all...]

Completed in 3 milliseconds