Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1861 std::string rotateStateName = GetRotateStateName(wallpaperPictureInfo.rotateState); in GetWallpaperDataFile() local
1862 if (foldStateName == "normal" && rotateStateName == "port") { in GetWallpaperDataFile()
1866 …GetWallpaperDir(userId, wallpaperType) + "/" + foldStateName + "_" + rotateStateName + "_" + wallp… in GetWallpaperDataFile()
2058 std::string rotateStateName; in GetRotateStateName() local
2061 rotateStateName = "port"; in GetRotateStateName()
2064 rotateStateName = "land"; in GetRotateStateName()
2069 return rotateStateName; in GetRotateStateName()