Home
last modified time | relevance | path

Searched refs:GetFetchResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfetch_result_test.cpp68 shared_ptr<DataShare::DataShareResultSet> GetFetchResult() in GetFetchResult() function
102 auto result = make_unique<FetchResult<FileAsset>>(GetFetchResult());
121 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult());
152 auto fileFetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult());
157 auto albumFetchResult = make_shared<FetchResult<AlbumAsset>>(GetFetchResult());
181 auto fileFetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult());
185 auto albumFetchResult = make_shared<FetchResult<AlbumAsset>>(GetFetchResult());
221 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult());
252 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult());
283 auto fetchResult = make_shared<FetchResult<FileAsset>>(GetFetchResult());
[all …]
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h70 EXPORT static void GetFetchResult(unique_ptr<SendableFetchFileResultNapi> &obj);
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h73 EXPORT static void GetFetchResult(unique_ptr<FetchFileResultNapi> &obj);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp55 void SendableFetchFileResultNapi::GetFetchResult(unique_ptr<SendableFetchFileResultNapi> &obj) in GetFetchResult() function in OHOS::Media::SendableFetchFileResultNapi
115 GetFetchResult(obj); in FetchFileResultNapiConstructor()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp89 void FetchFileResultNapi::GetFetchResult(unique_ptr<FetchFileResultNapi> &obj) in GetFetchResult() function in OHOS::Media::FetchFileResultNapi
149 GetFetchResult(obj); in FetchFileResultNapiConstructor()