Home
last modified time | relevance | path

Searched defs:getDataByUri (Results 1 – 5 of 5) sorted by relevance

/applications/standard/photos/common/src/main/ets/default/interface/
DBrowserDataInterface.ts21 getDataByUri(uri: any, deviceId?: any): any; method
/applications/standard/photos/common/src/main/ets/default/model/browser/photo/
DTimelineDataImpl.ts74 getDataByUri(uri: unknown, deviceId?: string): void { method in TimelineDataImpl
DPhotoDataImpl.ts34 async getDataByUri(uri: string): Promise<FileAsset> { method in PhotoDataImpl
DPhotoDataSource.ts288 async getDataByUri(uri) { method in PhotoDataSource
/applications/standard/photos/common/src/main/ets/default/model/browser/album/
DAlbumDataImpl.ts60 getDataByUri(uri: unknown) { method in AlbumDataImpl