Home
last modified time | relevance | path

Searched refs:sFetchResType_ (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.cpp57 switch (sFetchResType_) { in GetFetchResult()
116 obj->propertyPtr->fetchResType_ = sFetchResType_; in FetchFileResultNapiConstructor()
209 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
232 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
255 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
278 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp91 switch (sFetchResType_) { in GetFetchResult()
150 obj->propertyPtr->fetchResType_ = sFetchResType_; in FetchFileResultNapiConstructor()
248 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
264 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
280 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
296 sFetchResType_ = fileResult->GetFetchResType(); in CreateFetchFileResult()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h89 static inline thread_local FetchResType sFetchResType_ = FetchResType::TYPE_FILE; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h94 static inline thread_local FetchResType sFetchResType_ = FetchResType::TYPE_FILE; variable