Searched refs:totalNumberInPhotoMap (Results 1 – 1 of 1) sorted by relevance
280 int totalNumberInPhotoMap = this->photosClone_.GetPhotosRowCountInPhotoMap(); in RestorePhoto() local281 MEDIA_INFO_LOG("GetPhotosRowCountInPhotoMap, totalNumber = %{public}d", totalNumberInPhotoMap); in RestorePhoto()282 totalNumber_ += static_cast<uint64_t>(totalNumberInPhotoMap); in RestorePhoto()285 for (int32_t offset = 0; offset < totalNumberInPhotoMap; offset += CLONE_QUERY_COUNT) { in RestorePhoto()