Home
last modified time | relevance | path

Searched refs:fetchAllOption (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/ets/test/Album/
DremoveAssets.ets21 fetchAllOption,
91 const fetchResult = await album.getAssets(fetchAllOption());
101 const fetchResult = await album.getAssets(fetchAllOption());
258 let fetchResult = await album.getAssets(fetchAllOption());
261 fetchResult = await album.getAssets(fetchAllOption());
DaddAssets.ets22 fetchAllOption,
98 const fetchResult = await album.getAssets(fetchAllOption());
223 const albumFetchResult = await album.getAssets(fetchAllOption());
/test/xts/acts/multimedia/photoAccess/
Dcommon.ts43 export function fetchAllOption() : photoAccessHelper.FetchOptions { function