Searched refs:getDevicesInfoAsync (Results 1 – 4 of 4) sorted by relevance
10 getDevicesInfoAsync: jest.fn(),22 asMock(ProjectDevices.getDevicesInfoAsync).mockResolvedValue({47 expect(ProjectDevices.getDevicesInfoAsync).toHaveBeenCalledTimes(2);57 asMock(ProjectDevices.getDevicesInfoAsync).mockRejectedValueOnce(new Error('predefined error'));83 asMock(ProjectDevices.getDevicesInfoAsync).mockResolvedValue({
36 const { devices } = await ProjectDevices.getDevicesInfoAsync(projectRoot);48 const { devices } = await ProjectDevices.getDevicesInfoAsync(projectRoot);66 const { devices } = await ProjectDevices.getDevicesInfoAsync(projectRoot);79 const { devices } = await ProjectDevices.getDevicesInfoAsync(projectRoot);
24 export async function getDevicesInfoAsync(projectRoot: string): Promise<DevicesInfo> { function72 const { devices } = await getDevicesInfoAsync(projectRoot);
90 const { devices } = await ProjectDevices.getDevicesInfoAsync(this.projectRoot);