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
34 async getDataByUri(uri: string): Promise<FileAsset> { method in PhotoDataImpl
288 async getDataByUri(uri) { method in PhotoDataSource
60 getDataByUri(uri: unknown) { method in AlbumDataImpl