Searched refs:rotateStateName (Results 1 – 1 of 1) sorted by relevance
1861 std::string rotateStateName = GetRotateStateName(wallpaperPictureInfo.rotateState); in GetWallpaperDataFile() local1862 if (foldStateName == "normal" && rotateStateName == "port") { in GetWallpaperDataFile()1866 …GetWallpaperDir(userId, wallpaperType) + "/" + foldStateName + "_" + rotateStateName + "_" + wallp… in GetWallpaperDataFile()2058 std::string rotateStateName; in GetRotateStateName() local2061 rotateStateName = "port"; in GetRotateStateName()2064 rotateStateName = "land"; in GetRotateStateName()2069 return rotateStateName; in GetRotateStateName()