Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/
H A DlaunchApp.ts42 }).attachAsync();
/expo/packages/@expo/cli/src/run/ios/__tests__/
H A DlaunchApp-test.ts28 getStreamer: jest.fn(() => ({ attachAsync: jest.fn() })),
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DsimctlLogging.ts115 async attachAsync() { method in SimulatorLogStreamer