Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h87 static inline thread_local std::unique_ptr<FetchResult<PhotoAlbum>> sFetchPhotoAlbumResult_ = nullptr; member in OHOS::Media::SendableFetchFileResultNapi
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h92 static inline thread_local std::unique_ptr<FetchResult<PhotoAlbum>> sFetchPhotoAlbumResult_ = nullptr; member in OHOS::Media::FetchFileResultNapi
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp106 make_shared<FetchResult<PhotoAlbum>>(move(sFetchPhotoAlbumResult_->GetDataShareResultSet())); in GetFetchResult()
108 obj->propertyPtr->fetchPhotoAlbumResult_->SetInfo(sFetchPhotoAlbumResult_); in GetFetchResult()
281 sFetchPhotoAlbumResult_ = move(fileResult); in CreateFetchFileResult()
284 sFetchPhotoAlbumResult_ = nullptr; in CreateFetchFileResult()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp72 make_shared<FetchResult<PhotoAlbum>>(move(sFetchPhotoAlbumResult_->GetDataShareResultSet())); in GetFetchResult()
74 obj->propertyPtr->fetchPhotoAlbumResult_->SetInfo(sFetchPhotoAlbumResult_); in GetFetchResult()
256 sFetchPhotoAlbumResult_ = move(fileResult); in CreateFetchFileResult()
259 sFetchPhotoAlbumResult_ = nullptr; in CreateFetchFileResult()

Completed in 5 milliseconds