Home
last modified time | relevance | path

Searched refs:fetchResType_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp106 fetchResType_ = FetchResType::TYPE_FILE; in FetchResult()
108 fetchResType_ = FetchResType::TYPE_ALBUM; in FetchResult()
110 fetchResType_ = FetchResType::TYPE_PHOTOALBUM; in FetchResult()
112 fetchResType_ = FetchResType::TYPE_SMARTALBUM; in FetchResult()
115 fetchResType_ = FetchResType::TYPE_FILE; in FetchResult()
175 fetchResType_ = resType; in SetFetchResType()
211 return fetchResType_; in GetFetchResType()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp116 obj->propertyPtr->fetchResType_ = sFetchResType_; in FetchFileResultNapiConstructor()
130 return propertyPtr->fetchResType_; in GetFetchResType()
379 switch (context->objectPtr->fetchResType_) { in GetNapiResFromAsset()
579 switch (context->objectPtr->fetchResType_) { in GetAllObjectCompleteCallback()
726 switch (objectPtr->fetchResType_) { in GetFirstAsset()
751 switch (objectPtr->fetchResType_) { in GetObjectAtPosition()
776 switch (objectPtr->fetchResType_) { in GetLastObject()
801 switch (objectPtr->fetchResType_) { in GetNextObject()
826 switch (objectPtr->fetchResType_) { in GetAllObjectFromFetchResult()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp150 obj->propertyPtr->fetchResType_ = sFetchResType_; in FetchFileResultNapiConstructor()
164 return propertyPtr->fetchResType_; in GetFetchResType()
464 switch (context->objectPtr->fetchResType_) { in GetNapiResFromAsset()
772 switch (context->objectPtr->fetchResType_) { in GetAllObjectCompleteCallback()
919 switch (objectPtr->fetchResType_) { in GetFirstAsset()
944 switch (objectPtr->fetchResType_) { in GetObjectAtPosition()
969 switch (objectPtr->fetchResType_) { in GetLastObject()
994 switch (objectPtr->fetchResType_) { in GetNextObject()
1019 switch (objectPtr->fetchResType_) { in GetAllObjectFromFetchResult()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfetch_result.h92 FetchResType fetchResType_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_fetch_file_result_napi.h41 FetchResType fetchResType_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfetch_file_result_napi.h42 FetchResType fetchResType_; variable