Lines Matching refs:Find
498 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) in GetFileNameFromMap()
499 : lockWallpaperMap_.Find(userId); in GetFileNameFromMap()
527 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) in GetPictureFileName()
528 : lockWallpaperMap_.Find(userId); in GetPictureFileName()
721 auto iterator = lockWallpaperMap_.Find(userId); in GetResType()
726 auto iterator = systemWallpaperMap_.Find(userId); in GetResType()
894 auto iterator = lockWallpaperMap_.Find(userId); in GetWallpaperId()
899 auto iterator = systemWallpaperMap_.Find(userId); in GetWallpaperId()
1029 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) in GetWallpaperSafeLocked()
1030 : lockWallpaperMap_.Find(userId); in GetWallpaperSafeLocked()
1034 iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) in GetWallpaperSafeLocked()
1035 : lockWallpaperMap_.Find(userId); in GetWallpaperSafeLocked()
1048 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) in ClearWallpaperLocked()
1049 : lockWallpaperMap_.Find(userId); in ClearWallpaperLocked()