Searched refs:GetFileAssetFromId (Results 1 – 4 of 4) sorted by relevance
148 … shared_ptr<FileAsset> fileAsset = MediaLibraryObjectUtils::GetFileAssetFromId(to_string(assetId)); in MakeRecycleDisplayName()441 …shared_ptr<FileAsset> fileAsset = MediaLibraryObjectUtils::GetFileAssetFromId(to_string(fileAssetI… in RemoveTrashAssetsInfoUtil()574 …shared_ptr<FileAsset> fileAsset = MediaLibraryObjectUtils::GetFileAssetFromId(to_string(fileAssetI… in InsertTrashAssetsInfoUtil()
892 auto fileAsset = GetFileAssetFromId(strFileId); in CloseFile()1031 shared_ptr<FileAsset> MediaLibraryObjectUtils::GetFileAssetFromId(const string &id, const string &n… in GetFileAssetFromId() function in OHOS::Media::MediaLibraryObjectUtils1061 return GetFileAssetFromId(id, networkId); in GetFileAssetFromUri()1466 shared_ptr<FileAsset> destFileAsset = GetFileAssetFromId(to_string(outRow)); in CopyAsset()
1967 auto fileAsset = MediaLibraryObjectUtils::GetFileAssetFromId(fileId); in RevertPendingByFileId()
62 …static std::shared_ptr<FileAsset> GetFileAssetFromId(const std::string &id, const std::string &net…