Home
last modified time | relevance | path

Searched refs:fetchPhotoAlbumResult_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp107 obj->propertyPtr->fetchPhotoAlbumResult_ = photoAlbumResult; in GetFetchResult()
108 obj->propertyPtr->fetchPhotoAlbumResult_->SetInfo(sFetchPhotoAlbumResult_); in GetFetchResult()
818 return propertyPtr->fetchPhotoAlbumResult_; in GetFetchPhotoAlbumResultObject()
929 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetFirstObject(); in GetFirstAsset()
954 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
979 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetLastObject(); in GetLastObject()
1004 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetNextObject(); in GetNextObject()
1039 auto fetchResult = objectPtr->fetchPhotoAlbumResult_; in GetAllObjectFromFetchResult()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp73 obj->propertyPtr->fetchPhotoAlbumResult_ = photoAlbumResult; in GetFetchResult()
74 obj->propertyPtr->fetchPhotoAlbumResult_->SetInfo(sFetchPhotoAlbumResult_); in GetFetchResult()
625 return propertyPtr->fetchPhotoAlbumResult_; in GetFetchPhotoAlbumResultObject()
736 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetFirstObject(); in GetFirstAsset()
761 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
786 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetLastObject(); in GetLastObject()
811 photoAlbum = objectPtr->fetchPhotoAlbumResult_->GetNextObject(); in GetNextObject()
846 auto fetchResult = objectPtr->fetchPhotoAlbumResult_; in GetAllObjectFromFetchResult()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h39 std::shared_ptr<FetchResult<PhotoAlbum>> fetchPhotoAlbumResult_ = nullptr; member in OHOS::Media::SendableFetchResultProperty
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h40 std::shared_ptr<FetchResult<PhotoAlbum>> fetchPhotoAlbumResult_ = nullptr; member in OHOS::Media::FetchResultProperty

Completed in 4 milliseconds