Searched refs:createMovingPhoto (Results 1 – 3 of 3) sorted by relevance
40 const createMovingPhoto = async (done: Function, testNum: string) => {54 console.error(`${testNum}::createMovingPhoto :: failed to create moving Photo !`);60 …console.error(`getMovingPhotoTest::${testNum}:: failed to createMovingPhoto::${err.code}, ${err.me…79 await createMovingPhoto(done, testNum);202 await createMovingPhoto(done, testNum);
26 createMovingPhoto143 let movingPhotoAsset = await createMovingPhoto(testNum, context, title);
419 export async function createMovingPhoto(testNum: string, context: Context, titleName: string) { function