Home
last modified time | relevance | path

Searched refs:bucketId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_queryperf_test/src/
H A Dmedialibrary_queryperf_test.cpp232 int32_t bucketId; variable
258 bucketId = GetInt32Val(MEDIA_DATA_DB_BUCKET_ID, result);
281 int32_t bucketId; variable
307 bucketId = GetInt32Val(MEDIA_DATA_DB_BUCKET_ID, result);
330 int32_t bucketId; variable
356 bucketId = GetInt32Val(MEDIA_DATA_DB_BUCKET_ID, result);
460 int32_t bucketId; variable
485 bucketId = GetInt32Val(MEDIA_DATA_DB_BUCKET_ID, result);
560 int32_t bucketId; variable
585 bucketId = GetInt32Val(MEDIA_DATA_DB_BUCKET_ID, result);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_sync_operation.cpp189 int32_t bucketId = in GetAlbumCoverThumbnailKeys() local
191 if (bucketId == 0) { in GetAlbumCoverThumbnailKeys()
195 if (queryBucketId == bucketId) { in GetAlbumCoverThumbnailKeys()
202 queryBucketId = bucketId; in GetAlbumCoverThumbnailKeys()
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp155 uint32_t bucketId = GetBucketId(cloudId); in GetLocalBucketPath() local
156 string bucketPath = baseDir + to_string(bucketId); in GetLocalBucketPath()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_object_test/src/
H A Dmedialibrary_object_test.cpp548 int32_t bucketId = 0; variable
550 int32_t ret = MediaLibraryObjectUtils::UpdateFileInfoInDb(cmd, "", bucketId, bucketName);
553 ret = MediaLibraryObjectUtils::UpdateFileInfoInDb(cmd, dstPath, bucketId, bucketName);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H A Dmedia_file_extention_utils.cpp1310 int32_t UpdateMovedAlbumInfo(const shared_ptr<FileAsset> &fileAsset, const string &bucketId, const … in UpdateMovedAlbumInfo() argument
1318 valuesBucket.PutInt(MEDIA_DATA_DB_PARENT_ID, stoi(bucketId)); in UpdateMovedAlbumInfo()
1319 valuesBucket.PutInt(MEDIA_DATA_DB_BUCKET_ID, stoi(bucketId)); in UpdateMovedAlbumInfo()
1326 …ove(const shared_ptr<FileAsset> &fileAsset, const string &destRelativePath, const string &bucketId) in HandleAlbumMove() argument
1348 int32_t updateResult = UpdateMovedAlbumInfo(fileAsset, bucketId, destPath, destRelativePath); in HandleAlbumMove()
1459 string bucketId = MediaFileUtils::GetIdFromUri(targetUri); in Move() local
1460 ret = HandleAlbumMove(fileAsset, destRelativePath, bucketId); in Move()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_object_utils.h105 const int &bucketId, const std::string &bucketName);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_object_utils.cpp1094 const int32_t &bucketId, const string &bucketName) in UpdateFileInfoInDb() argument
1127 values.PutInt(MEDIA_DATA_DB_BUCKET_ID, bucketId); in UpdateFileInfoInDb()
1128 values.PutInt(MEDIA_DATA_DB_PARENT_ID, bucketId); in UpdateFileInfoInDb()