Searched defs:startAsync (Results 1 – 15 of 15) sorted by relevance
6 startAsync = jest.fn(async () => { property in AsyncNgrok
7 startAsync = jest.fn(async () => ({})); property in DevelopmentSession
17 abstract startAsync(): Promise<IDevice>; method in DeviceManager
93 const { startAsync } = await import('./startAsync.js'); constant
64 export async function startAsync( function
12 export async function startAsync(startOptions = {}) { function
13 export async function startAsync() { function
41 public async startAsync({ method in DevelopmentSession
71 async startAsync({ timeout }: { timeout?: number } = {}): Promise<void> { method in AsyncNgrok
157 async startAsync(startOptions: MultiBundlerStartOptions): Promise<ExpoConfig> { method in DevServerManager
37 async startAsync(): Promise<boolean> { method in ADBServer
78 async startAsync(): Promise<AndroidDebugBridge.Device> { method in AndroidDeviceManager
106 async startAsync(): Promise<SimControl.Device> { method in AppleDeviceManager
370 async startAsync(): Promise<RecordingStatus> { method in Recording
301 async startAsync() { method in Recording