Home
last modified time | relevance | path

Searched refs:newImageCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_album_napi.h95 int32_t newImageCount; member
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dphoto_album_napi.h114 int32_t newImageCount; member
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphoto_album_napi.cpp729 context->newImageCount = imageCount; in FetchNewCount()
772 context->objectInfo->SetImageCount(context->newImageCount); in JSPhotoAlbumAddAssetsCompleteCallback()
877 context->objectInfo->SetImageCount(context->newImageCount); in JSPhotoAlbumRemoveAssetsCompleteCallback()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_utils.cpp570 int32_t newImageCount = newTotalCount - newVideoCount; in SetImageVideoCount() local
571 if (oldImageCount != newImageCount) { in SetImageVideoCount()
573 PhotoAlbumColumns::ALBUM_IMAGE_COUNT.c_str(), oldImageCount, newImageCount); in SetImageVideoCount()
574 values.PutInt(PhotoAlbumColumns::ALBUM_IMAGE_COUNT, newImageCount); in SetImageVideoCount()