Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dfetch_result_test.cpp102 shared_ptr<FetchResult<FileAsset>> fetchResult = make_shared<FetchResult<FileAsset>>(); variable
125 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable
140 …shared_ptr<FetchResult<FileAsset>> fetchResult = make_shared<FetchResult<FileAsset>>(datashareResu… variable
211 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable
225 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable
242 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable
256 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable
273 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable
287 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult()); variable
305 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetEmptyFetchResult()); variable
[all …]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/
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
Drecv_command_v10.cpp93 …std::shared_ptr<FetchResult<FileAsset>> fetchResult = std::make_shared<FetchResult<FileAsset>>(res… in RecvAsset() local
124 …std::shared_ptr<FetchResult<FileAsset>> fetchResult = std::make_shared<FetchResult<FileAsset>>(res… in RecvAssets() local
/foundation/multimedia/media_library/interfaces/kits/js/include/
Dphoto_album_napi.h100 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
Dalbum_napi.h112 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
Dsmart_album_napi.h117 std::unique_ptr<FetchResult<FileAsset>> fetchResult; member
/foundation/multimedia/media_library/frameworks/js/src/
Dfetch_file_result_napi.cpp1014 auto fetchResult = objectPtr->fetchFileResult_; in GetAllObjectFromFetchResult() local
1023 auto fetchResult = objectPtr->fetchAlbumResult_; in GetAllObjectFromFetchResult() local
1032 auto fetchResult = objectPtr->fetchPhotoAlbumResult_; in GetAllObjectFromFetchResult() local
1041 auto fetchResult = objectPtr->fetchSmartAlbumResult_; in GetAllObjectFromFetchResult() local
Dmedia_library_napi.cpp1107 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in CompatSetAlbumCoverUri() local
1160 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in CompatSetAlbumCount() local
5126 auto fetchResult = make_unique<FetchResult<PhotoAlbum>>(move(resultSet)); in GetExistsPhotoAlbum() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_object_utils.cpp900 auto fetchResult = make_unique<FetchResult<FileAsset>>(move(resultSet)); in GetFileAssetByPredicates() local