Home
last modified time | relevance | path

Searched defs:fetchResult (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfetch_result_test.cpp121 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 Dlist_command_v10.cpp39 …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 Drecv_command_v10.cpp92 …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 Dquery_command_v10.cpp67 …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 Dringtone_fetch_result_test.cpp79 …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 Dringtone_data_manager.cpp167 …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 Dsendable_photo_album_napi.h104 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dphoto_album_napi.h123 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
H A Dalbum_napi.h113 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
H A Dsmart_album_napi.h118 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
H A Dhighlight_album_napi.h65 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp1021 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 Dphoto_album_napi.cpp1067 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in JSPhotoAccessGetPhotoAssetsExecuteSync() local
H A Dmedia_library_napi.cpp1230 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 Dfile_asset_napi.cpp3871 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in getFileAsset() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp828 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 Dalbum_count_cover_test.cpp257 … 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 Dmedialibrary_rdb_utils.cpp584 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 Dmedialibrary_object_utils.cpp1027 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 Dmedia_photo_asset_proxy.cpp112 auto fetchResult = make_unique<FetchResult<FileAsset>>(resultSet); in GetFileAsset() local