Lines Matching refs:iterator

493     auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId)
495 if (!iterator.first) {
499 HILOG_DEBUG("GetFileNameFromMap resourceType : %{public}d", static_cast<int32_t>(iterator.second.resourceType));
500 switch (iterator.second.resourceType) {
502 filePathName = iterator.second.wallpaperFile;
505 filePathName = iterator.second.liveWallpaperFile;
508 filePathName = iterator.second.wallpaperFile;
511 filePathName = iterator.second.customPackageUri;
522 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId)
524 if (!iterator.first) {
527 iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId)
530 filePathName = iterator.second.wallpaperFile;
773 auto iterator = lockWallpaperMap_.Find(userId);
774 if (iterator.first) {
775 return iterator.second.resourceType;
778 auto iterator = systemWallpaperMap_.Find(userId);
779 if (iterator.first) {
780 return iterator.second.resourceType;
948 auto iterator = lockWallpaperMap_.Find(userId);
949 if (iterator.first) {
950 iWallpaperId = iterator.second.wallpaperId;
953 auto iterator = systemWallpaperMap_.Find(userId);
954 if (iterator.first) {
955 iWallpaperId = iterator.second.wallpaperId;
1085 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId)
1087 if (!iterator.first) {
1090 iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId)
1092 if (!iterator.first) {
1097 wallpaperData = iterator.second;
1104 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId)
1106 if (!iterator.first) {
1110 if (!iterator.second.wallpaperFile.empty() || !iterator.second.liveWallpaperFile.empty()) {