Searched defs:getFileAssets (Results 1 – 5 of 5) sorted by relevance
76 …async getFileAssets(context, fileType: userFileManager.FileType): Promise<userFileManager.FetchRes… method in MediaLibraryManager
25 getFileAssets?(id: any, param: any): any; method
71 getFileAssets(callback: AsyncCallback<FileAsset[]>, param: QueryParam): void { method in PhotoDataImpl
55 …async getFileAssets(context, fileType: userFileManager.FileType): Promise<userFileManager.FetchRes… method in FileManager
125 async getFileAssets(context: common.UIAbilityContext): Promise<fileAccess.FileInfo[]> { method in MediaUtils