Home
last modified time | relevance | path

Searched refs:GetObjectAtPosition (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/ringtone_library/interfaces/inner_api/native/
H A Dringtone_fetch_result.h50 EXPORT std::unique_ptr<T> GetObjectAtPosition(int32_t index);
/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);
/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()
/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()
/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()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h110 void GetObjectAtPosition();
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfetch_result_test.cpp124 EXPECT_NE(fetchResult->GetObjectAtPosition(1), nullptr); in HWTEST_F()
141 EXPECT_EQ(fetchResult->GetObjectAtPosition(TEST_INVALID_INDEX), nullptr); in HWTEST_F()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp157 auto ringtoneObject = g_fetchResult->GetObjectAtPosition(index); in HWTEST_F()
194 auto ringtoneObject = results->GetObjectAtPosition(index); in HWTEST_F()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h115 void GetObjectAtPosition();
/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
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_medialibrary_manager.cpp100 unique_ptr<FileAsset> fileAsset = fetchFileResult->GetObjectAtPosition(row); in GetHandles()
629 unique_ptr<FileAsset> fileAsset = fetchFileResult->GetObjectAtPosition(row); in GetRootIdList()
/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

Completed in 13 milliseconds