Home
last modified time | relevance | path

Searched refs:movingPhotoData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp202 MovingPhotoData movingPhotoData; in ParseMovingPhotoData() local
203 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() argument
216 … 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 …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmoving_photo_processor.h69 static void UpdateMovingPhotoData(const MovingPhotoData& movingPhotoData);