Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp128 FetchResType SendableFetchFileResultNapi::GetFetchResType() in GetFetchResType() function in OHOS::Media::SendableFetchFileResultNapi
209 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
232 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
255 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
278 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
345 switch (obj->GetFetchResType()) { in JSGetCount()
894 switch (obj->GetFetchResType()) { in JSIsAfterLast()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp162 FetchResType FetchFileResultNapi::GetFetchResType() in GetFetchResType() function in OHOS::Media::FetchFileResultNapi
248 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
264 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
280 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
296 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
384 switch (obj->GetFetchResType()) { in JSGetCount()
434 switch (obj->GetFetchResType()) { in JSIsAfterLast()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfetch_result.h60 EXPORT FetchResType GetFetchResType();
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h61 FetchResType GetFetchResType();
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h64 FetchResType GetFetchResType();
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfetch_result_test.cpp323 fetchResult->GetFetchResType();
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp209 FetchResType FetchResult<T>::GetFetchResType() in GetFetchResType() function in OHOS::Media::FetchResult