/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | fetch_result_test.cpp | 121 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable 207 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable 221 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable 238 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable 252 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable 269 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable 283 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable 301 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable 316 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable 336 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/ |
H A D | list_command_v10.cpp | 39 …std::shared_ptr<FetchResult<FileAsset>> fetchResult = std::make_shared<FetchResult<FileAsset>>(res… in ListAsset() local 71 …std::shared_ptr<FetchResult<FileAsset>> fetchResult = std::make_shared<FetchResult<FileAsset>>(res… in ListAssets() local
|
H A D | recv_command_v10.cpp | 92 …std::shared_ptr<FetchResult<FileAsset>> fetchResult = std::make_shared<FetchResult<FileAsset>>(res… in RecvAsset() local 123 …std::shared_ptr<FetchResult<FileAsset>> fetchResult = std::make_shared<FetchResult<FileAsset>>(res… in RecvAssets() local
|
H A D | query_command_v10.cpp | 67 …std::shared_ptr<FetchResult<FileAsset>> fetchResult = std::make_shared<FetchResult<FileAsset>>(res… in QueryMediaFiles() local
|
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/ |
H A D | ringtone_fetch_result_test.cpp | 79 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt… variable 94 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt… variable 132 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt… variable 146 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt… variable
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_data_manager.cpp | 167 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt… in DeleteFileFromResultSet() local 397 …shared_ptr<RingtoneFetchResult<RingtoneAsset>> fetchResult = make_shared<RingtoneFetchResult<Ringt… in GetRingtoneAssetFromId() local 421 …shared_ptr<RingtoneFetchResult<VibrateAsset>> fetchResult = make_shared<RingtoneFetchResult<Vibrat… in GetVibrateAssetFromId() local
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_photo_album_napi.h | 104 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | photo_album_napi.h | 123 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
|
H A D | album_napi.h | 113 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
|
H A D | smart_album_napi.h | 118 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
|
H A D | highlight_album_napi.h | 65 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | fetch_file_result_napi.cpp | 1021 auto fetchResult = objectPtr->fetchFileResult_; in GetAllObjectFromFetchResult() local 1030 auto fetchResult = objectPtr->fetchAlbumResult_; in GetAllObjectFromFetchResult() local 1039 auto fetchResult = objectPtr->fetchPhotoAlbumResult_; in GetAllObjectFromFetchResult() local 1048 auto fetchResult = objectPtr->fetchSmartAlbumResult_; in GetAllObjectFromFetchResult() local
|
H A D | photo_album_napi.cpp | 1067 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in JSPhotoAccessGetPhotoAssetsExecuteSync() local
|
H A D | media_library_napi.cpp | 1230 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in CompatSetAlbumCoverUri() local 1283 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in CompatSetAlbumCount() local 6094 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in PhotoAccessGetAssetsExecuteSync() local 6697 auto fetchResult = make_unique<FetchResult<PhotoAlbum>>(move(resultSet)); in GetExistsPhotoAlbum() local
|
H A D | file_asset_napi.cpp | 3871 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in getFileAsset() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_fetch_file_result_napi.cpp | 828 auto fetchResult = objectPtr->fetchFileResult_; in GetAllObjectFromFetchResult() local 837 auto fetchResult = objectPtr->fetchAlbumResult_; in GetAllObjectFromFetchResult() local 846 auto fetchResult = objectPtr->fetchPhotoAlbumResult_; in GetAllObjectFromFetchResult() local 855 auto fetchResult = objectPtr->fetchSmartAlbumResult_; in GetAllObjectFromFetchResult() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/ |
H A D | album_count_cover_test.cpp | 257 … auto fetchResult = make_unique<FetchResult<PhotoAlbum>>(make_shared<DataShareResultSet>(bridge)); in QueryAlbumInfo() local 276 auto fetchResult = make_unique<FetchResult<FileAsset>>(make_shared<DataShareResultSet>(bridge)); in QueryFileAssetInfo() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_rdb_utils.cpp | 584 auto fetchResult = QueryGoToFirst(rdbStore, predicates, columns); in QueryAlbumCount() local 599 auto fetchResult = QueryGoToFirst(rdbStore, predicates, columns); in QueryAlbumVideoCount() local 612 auto fetchResult = QueryGoToFirst(rdbStore, predicates, columns); in QueryAlbumHiddenCount() local 667 auto fetchResult = QueryGoToFirst(rdbStore, predicates, columns); in SetAlbumCoverUri() local 688 auto fetchResult = QueryGoToFirst(rdbStore, predicates, columns); in SetAlbumCoverHiddenUri() local 2444 auto fetchResult = QueryGoToFirst(rdbStore, predicates, columns); in QueryCount() local
|
H A D | medialibrary_object_utils.cpp | 1027 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in GetFileAssetByPredicates() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_photo_asset_proxy.cpp | 112 auto fetchResult = make_unique<FetchResult<FileAsset>>(resultSet); in GetFileAsset() local
|