Home
last modified time | relevance | path

Searched refs:sFetchFileResult_ (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.cpp59 …auto fileResult = make_shared<FetchResult<FileAsset>>(move(sFetchFileResult_->GetDataShareResultSe… in GetFetchResult()
61 obj->propertyPtr->fetchFileResult_->SetInfo(sFetchFileResult_); in GetFetchResult()
210 sFetchFileResult_ = move(fileResult); in CreateFetchFileResult()
213 sFetchFileResult_ = nullptr; in CreateFetchFileResult()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h85 static inline thread_local std::unique_ptr<FetchResult<FileAsset>> sFetchFileResult_ = nullptr; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp93 …auto fileResult = make_shared<FetchResult<FileAsset>>(move(sFetchFileResult_->GetDataShareResultSe… in GetFetchResult()
95 obj->propertyPtr->fetchFileResult_->SetInfo(sFetchFileResult_); in GetFetchResult()
249 sFetchFileResult_ = move(fileResult); in CreateFetchFileResult()
252 sFetchFileResult_ = nullptr; in CreateFetchFileResult()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h90 static inline thread_local std::unique_ptr<FetchResult<FileAsset>> sFetchFileResult_ = nullptr; variable