Searched defs:getDataByUri (Results 1 – 5 of 5) sorted by relevance
21 getDataByUri(uri: any, deviceId?: any): any; method
74 getDataByUri(uri: unknown, deviceId?: string): void { method in TimelineDataImpl
33 async getDataByUri(uri: string): Promise<FileAsset> { method in PhotoDataImpl
295 async getDataByUri(uri: string): Promise<FileAsset> { method in PhotoDataSource
61 getDataByUri(uri: unknown) { method in AlbumDataImpl