Home
last modified time | relevance | path

Searched defs:fetchFileResult (Results 1 – 4 of 4) sorted by relevance

/applications/standard/app_samples/code/SystemFeature/Media/Camera/entry/src/main/ets/model/
DMediaModel.ts69 … const fetchFileResult: mediaLibrary.FetchFileResult = await this.mediaLibraryTest.getFileAssets( constant
99 … const fetchFileResult: mediaLibrary.FetchFileResult = await this.mediaLibraryTest.getFileAssets( constant
/applications/standard/app_samples/code/BasicFeature/Media/Recorder/entry/src/main/ets/model/
DMediaManager.ts69 const fetchFileResult = await this.mediaTest.getFileAssets(fetchOp); constant
91 const fetchFileResult = await this.mediaTest.getFileAssets(fetchOp); constant
/applications/standard/app_samples/code/BasicFeature/Media/GamePuzzle/entry/src/main/ets/model/
DImageModel.ts36 const fetchFileResult = await this.media.getFileAssets(fetchOp) constant
/applications/standard/app_samples/code/Solutions/Media/MultiMedia/entry/src/main/ets/model/
DMediaUtils.ts88 const fetchFileResult = await this.mediaTest.getFileAssets(fetchOp); constant