Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_photo_operations.h126 static int32_t UpdateMovingPhotoSubtype(int32_t fileId, int32_t currentPhotoSubType);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp2052 … MediaLibraryPhotoOperations::UpdateMovingPhotoSubtype(int32_t fileId, int32_t currentPhotoSubType) in UpdateMovingPhotoSubtype() argument
2060 … int32_t updatePhotoSubType = currentPhotoSubType == static_cast<int32_t>(PhotoSubType::DEFAULT) ? in UpdateMovingPhotoSubtype()
2066 if (currentPhotoSubType == static_cast<int32_t>(PhotoSubType::MOVING_PHOTO)) { in UpdateMovingPhotoSubtype()