Searched defs:fileAsset (Results 1 – 11 of 11) sorted by relevance
77 …const fileAsset: UserFileManager.FileAsset = await this.createAsset(UserFileManager.FileType.IMAGE… constant125 const fileAsset: UserFileManager.FileAsset = await this.getLastFileAsset(); constant254 …const fileAsset: UserFileManager.FileAsset = await this.createAsset(UserFileManager.FileType.VIDEO… constant
34 const fileAsset: UserFileManager.FileAsset = await this.getLastFileAsset(); constant
34 const fileAsset = await fetchFileResult.getAllObject(); constant
93 const fileAsset = await fetchFileResult.getAllObject(); constant
56 const fileAsset = await fetchFileResult.getAllObject() constant
48 private fileAsset: mediaLibrary.FileAsset = undefined property in CameraService
30 fileAsset: photoAccessHelper.PhotoAsset; property in UserFileModelItem
60 fileAsset: photoAccessHelper.PhotoAsset = undefined; property in UserFileDataItem
45 fileAsset: photoAccessHelper.PhotoAsset; property in AlbumDataItem
58 private fileAsset: mediaLibrary.FileAsset = undefined; property in CameraService
551 let fileAsset = await fetchResult.getFirstObject(); variable