Home
last modified time | relevance | path

Searched defs:startAsync (Results 1 – 15 of 15) sorted by relevance

/expo/packages/@expo/cli/src/start/server/__mocks__/
H A DAsyncNgrok.ts6 startAsync = jest.fn(async () => { property in AsyncNgrok
H A DDevelopmentSession.ts7 startAsync = jest.fn(async () => ({})); property in DevelopmentSession
/expo/packages/@expo/cli/src/start/platforms/
H A DDeviceManager.ts17 abstract startAsync(): Promise<IDevice>; method in DeviceManager
/expo/packages/@expo/cli/src/start/
H A Dindex.ts93 const { startAsync } = await import('./startAsync.js'); constant
H A DstartAsync.ts64 export async function startAsync( function
/expo/apps/bare-expo/relapse/
H A Dserver.js12 export async function startAsync(startOptions = {}) { function
H A Dclient.js13 export async function startAsync() { function
/expo/packages/@expo/cli/src/start/server/
H A DDevelopmentSession.ts41 public async startAsync({ method in DevelopmentSession
H A DAsyncNgrok.ts71 async startAsync({ timeout }: { timeout?: number } = {}): Promise<void> { method in AsyncNgrok
H A DDevServerManager.ts157 async startAsync(startOptions: MultiBundlerStartOptions): Promise<ExpoConfig> { method in DevServerManager
/expo/packages/@expo/cli/src/start/platforms/android/
H A DADBServer.ts37 async startAsync(): Promise<boolean> { method in ADBServer
H A DAndroidDeviceManager.ts78 async startAsync(): Promise<AndroidDebugBridge.Device> { method in AndroidDeviceManager
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts106 async startAsync(): Promise<SimControl.Device> { method in AppleDeviceManager
/expo/packages/expo-av/src/Audio/
H A DRecording.ts370 async startAsync(): Promise<RecordingStatus> { method in Recording
/expo/packages/expo-av/build/Audio/
H A DRecording.js301 async startAsync() { method in Recording