Home
last modified time | relevance | path

Searched refs:GetAssetById (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_medialibrary_manager.h69 int32_t GetAssetById(const int32_t id, std::shared_ptr<FileAsset> &outFileAsset);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_medialibrary_manager.cpp744 int32_t MtpMedialibraryManager::GetAssetById(const int32_t id, shared_ptr<FileAsset> &outFileAsset) in GetAssetById() function in OHOS::Media::MtpMedialibraryManager
776 int errCode = GetAssetById(id, fileAsset); in GetPathById()
943 errCode = GetAssetById(context->handle, fileAsset); in CloseFd()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2039 int32_t ret = mtpMedialibraryManager->GetAssetById(id, outFileAsset);