Searched refs:movingPhotoData (Results 1 – 2 of 2) sorted by relevance
202 MovingPhotoData movingPhotoData; in ParseMovingPhotoData() local203 movingPhotoData.fileId = fileId; in ParseMovingPhotoData()204 movingPhotoData.subtype = subtype; in ParseMovingPhotoData()205 movingPhotoData.effectMode = effectMode; in ParseMovingPhotoData()206 movingPhotoData.size = size; in ParseMovingPhotoData()207 movingPhotoData.path = path; in ParseMovingPhotoData()208 dataList.movingPhotos.push_back(movingPhotoData); in ParseMovingPhotoData()212 void MovingPhotoProcessor::UpdateMovingPhotoData(const MovingPhotoData& movingPhotoData) in UpdateMovingPhotoData() argument216 … vector<string> whereArgs = { to_string(movingPhotoData.fileId), to_string(DIRTY_NOT_UPLOADING) }; in UpdateMovingPhotoData()217 values.PutInt(PhotoColumn::PHOTO_SUBTYPE, movingPhotoData.subtype); in UpdateMovingPhotoData()[all …]
69 static void UpdateMovingPhotoData(const MovingPhotoData& movingPhotoData);