Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h88 static inline thread_local std::unique_ptr<FetchResult<SmartAlbumAsset>> sFetchSmartAlbumResult_ = nullptr; member in OHOS::Media::SendableFetchFileResultNapi
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h93 static inline thread_local std::unique_ptr<FetchResult<SmartAlbumAsset>> sFetchSmartAlbumResult_ = nullptr; member in OHOS::Media::FetchFileResultNapi
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp113 make_shared<FetchResult<SmartAlbumAsset>>(move(sFetchSmartAlbumResult_->GetDataShareResultSet())); in GetFetchResult()
115 obj->propertyPtr->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_); in GetFetchResult()
297 sFetchSmartAlbumResult_ = move(fileResult); in CreateFetchFileResult()
300 sFetchSmartAlbumResult_ = nullptr; in CreateFetchFileResult()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp79 make_shared<FetchResult<SmartAlbumAsset>>(move(sFetchSmartAlbumResult_->GetDataShareResultSet())); in GetFetchResult()
81 obj->propertyPtr->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_); in GetFetchResult()
279 sFetchSmartAlbumResult_ = move(fileResult); in CreateFetchFileResult()
282 sFetchSmartAlbumResult_ = nullptr; in CreateFetchFileResult()

Completed in 5 milliseconds