Home
last modified time | relevance | path

Searched refs:GetObjectAtPosition (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp749 void FetchFileResultSendableAsyncContext::GetObjectAtPosition() in GetObjectAtPosition() function in OHOS::Media::FetchFileResultSendableAsyncContext
753 fileAsset = objectPtr->fetchFileResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
757 albumAsset = objectPtr->fetchAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
761 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
765 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
1011 context->GetObjectAtPosition(); in JSGetPositionObject()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp701 context->GetObjectAtPosition(); in JSGetPositionObject()
942 void FetchFileResultAsyncContext::GetObjectAtPosition() in GetObjectAtPosition() function in OHOS::Media::FetchFileResultAsyncContext
946 fileAsset = objectPtr->fetchFileResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
950 albumAsset = objectPtr->fetchAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
954 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
958 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/include/
H A Dringtone_fetch_result.h50 EXPORT std::unique_ptr<T> GetObjectAtPosition(int32_t index);
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp157 auto ringtoneObject = g_fetchResult->GetObjectAtPosition(index);
194 auto ringtoneObject = results->GetObjectAtPosition(index);
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfetch_result.h64 EXPORT std::unique_ptr<T> GetObjectAtPosition(int32_t index);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfetch_result_test.cpp122 EXPECT_NE(fetchResult->GetObjectAtPosition(1), nullptr);
139 EXPECT_EQ(fetchResult->GetObjectAtPosition(TEST_INVALID_INDEX), nullptr);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/
H A Drecv_command_v10.cpp134 auto fileAsset = fetchResult->GetObjectAtPosition(index); in RecvAssets()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h110 void GetObjectAtPosition();
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h115 void GetObjectAtPosition();
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_fetch_result.cpp118 unique_ptr<T> RingtoneFetchResult<T>::GetObjectAtPosition(int32_t index) in GetObjectAtPosition() function in OHOS::Media::RingtoneFetchResult
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp227 unique_ptr<T> FetchResult<T>::GetObjectAtPosition(int32_t index) in GetObjectAtPosition() function in OHOS::Media::FetchResult