Home
last modified time | relevance | path

Searched refs:resultNapiType_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp104 resultNapiType_ = ResultNapiType::TYPE_NAPI_MAX; in FetchResult()
155 resultNapiType_ = fetch->resultNapiType_; in SetInfo()
169 resultNapiType_ = napiType; in SetResultNapiType()
199 return resultNapiType_; in GetResultNapiType()
384 if (resultNapiType_ == ResultNapiType::TYPE_USERFILE_MGR || in SetAssetUri()
385 resultNapiType_ == ResultNapiType::TYPE_PHOTOACCESS_HELPER) { in SetAssetUri()
443 fileAsset->SetResultNapiType(resultNapiType_); in SetFileAsset()
544 if (resultNapiType_ == ResultNapiType::TYPE_USERFILE_MGR || in SetAlbumAsset()
557 albumData->SetResultNapiType(resultNapiType_); in SetAlbumAsset()
575 photoAlbumData->SetResultNapiType(resultNapiType_); in SetPhotoAlbum()
[all …]
H A Dalbum_asset.cpp38 resultNapiType_ = ResultNapiType::TYPE_MEDIALIBRARY; in AlbumAsset()
135 resultNapiType_ = type; in SetResultNapiType()
140 return resultNapiType_; in GetResultNapiType()
H A Dsmart_album_asset.cpp37 resultNapiType_ = ResultNapiType::TYPE_MEDIALIBRARY; in SmartAlbumAsset()
96 resultNapiType_ = type; in SetResultNapiType()
161 return resultNapiType_; in GetResultNapiType()
H A Dfile_asset.cpp44 : albumUri_(DEFAULT_MEDIA_ALBUM_URI), resultNapiType_(ResultNapiType::TYPE_NAPI_MAX) in FileAsset()
372 if (resultNapiType_ == ResultNapiType::TYPE_USERFILE_MGR || in GetIsTrash()
373 resultNapiType_ == ResultNapiType::TYPE_PHOTOACCESS_HELPER) { in GetIsTrash()
417 return resultNapiType_; in GetResultNapiType()
432 resultNapiType_ = type; in SetResultNapiType()
H A Dphoto_album.cpp167 resultNapiType_ = resultNapiType; in SetResultNapiType()
172 return resultNapiType_; in GetResultNapiType()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dalbum_asset.h80 ResultNapiType resultNapiType_; variable
H A Dsmart_album_asset.h74 ResultNapiType resultNapiType_; variable
H A Dphoto_album.h106 ResultNapiType resultNapiType_ = ResultNapiType::TYPE_MEDIALIBRARY; variable
H A Dfetch_result.h90 ResultNapiType resultNapiType_; variable
H A Dfile_asset.h220 ResultNapiType resultNapiType_; variable