Home
last modified time | relevance | path

Searched refs:fetchSmartAlbumResult_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp80 obj->propertyPtr->fetchSmartAlbumResult_ = smartResult; in GetFetchResult()
81 obj->propertyPtr->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_); in GetFetchResult()
630 return propertyPtr->fetchSmartAlbumResult_; in GetFetchSmartAlbumResultObject()
740 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetFirstObject(); in GetFirstAsset()
765 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
790 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetLastObject(); in GetLastObject()
815 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetNextObject(); in GetNextObject()
855 auto fetchResult = objectPtr->fetchSmartAlbumResult_; in GetAllObjectFromFetchResult()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp114 obj->propertyPtr->fetchSmartAlbumResult_ = smartResult; in GetFetchResult()
115 obj->propertyPtr->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_); in GetFetchResult()
823 return propertyPtr->fetchSmartAlbumResult_; in GetFetchSmartAlbumResultObject()
933 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetFirstObject(); in GetFirstAsset()
958 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetObjectAtPosition(position); in GetObjectAtPosition()
983 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetLastObject(); in GetLastObject()
1008 smartAlbumAsset = objectPtr->fetchSmartAlbumResult_->GetNextObject(); in GetNextObject()
1048 auto fetchResult = objectPtr->fetchSmartAlbumResult_; in GetAllObjectFromFetchResult()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h40 std::shared_ptr<FetchResult<SmartAlbumAsset>> fetchSmartAlbumResult_ = nullptr; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h41 std::shared_ptr<FetchResult<SmartAlbumAsset>> fetchSmartAlbumResult_ = nullptr; variable