Home
last modified time | relevance | path

Searched refs:stopAsync (Results 1 – 25 of 26) sorted by relevance

12

/expo/apps/bare-expo/e2e/setup/
H A DsetupSockets.js5 let stopAsync; variable
25 stopAsync = await startAsync({
37 if (stopAsync) {
38 await stopAsync();
/expo/packages/@expo/cli/src/start/server/__mocks__/
H A DAsyncNgrok.ts10 stopAsync = jest.fn(async () => { property in AsyncNgrok
/expo/packages/@expo/cli/src/start/platforms/android/
H A DADBServer.ts44 this.stopAsync();
56 async stopAsync(): Promise<boolean> { method in ADBServer
/expo/packages/@expo/cli/src/start/server/
H A DDevServerManager.ts214 async stopAsync(): Promise<void> { method in DevServerManager
218 ...devServers.map((server) => server.stopAsync()),
220 AndroidDebugBridge.getServer().stopAsync(),
H A DAsyncNgrok.ts98 public async stopAsync(): Promise<void> { method in AsyncNgrok
111 await this.stopAsync();
H A DBundlerDevServer.ts138 await this.stopAsync();
296 async stopAsync() {
304 await this.ngrok?.stopAsync().catch((e) => {
/expo/packages/expo-av/build/
H A DAV.d.ts104 stopAsync(): Promise<AVPlaybackStatus>; method
161 stopAsync(): Promise<AVPlaybackStatus>; constant
H A DVideo.d.ts68 stopAsync: () => Promise<AVPlaybackStatus>;
H A DAV.js185 async stopAsync() { method
H A DVideo.js167 stopAsync; field in Video
H A DAV.js.map1stopAsync(): Promise<AVPlaybackStatus>;\n\n /**\n * Replays the playback item. When using `play…
H A DVideo.js.map1 …<AVPlaybackStatus>;\n pauseAsync!: () => Promise<AVPlaybackStatus>;\n stopAsync!: () => Promise<…
/expo/packages/@expo/cli/src/start/platforms/android/__tests__/
H A DADBServer-test.ts132 await expect(server.stopAsync()).resolves.toBe(true);
140 await expect(server.stopAsync()).resolves.toBe(false);
150 await expect(server.stopAsync()).resolves.toBe(false);
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DBundlerDevServer-test.ts180 await server.stopAsync();
184 expect(ngrok?.stopAsync).toHaveBeenCalled();
185 expect(devSession?.stopAsync).toHaveBeenCalled();
H A DAsyncNgrok-test.ts40 ngrok.stopAsync = jest.fn(ngrok.stopAsync.bind(ngrok));
/expo/packages/expo-av/src/
H A DAV.ts284 stopAsync(): Promise<AVPlaybackStatus>; method
373 async stopAsync(): Promise<AVPlaybackStatus> {
H A DVideo.tsx234 stopAsync!: () => Promise<AVPlaybackStatus>;
/expo/packages/expo-av/build/Audio/
H A DSound.d.ts178 stopAsync: () => Promise<AVPlaybackStatus>;
H A DSound.js280 stopAsync; field in Sound
/expo/packages/@expo/cli/src/start/interface/
H A DstartInterface.ts75 await devServerManager.stopAsync();
/expo/packages/@expo/cli/src/start/server/webpack/
H A DWebpackBundlerDevServer.ts155 await this.stopAsync();
/expo/packages/expo-av/src/Audio/
H A DSound.ts428 stopAsync!: () => Promise<AVPlaybackStatus>;
/expo/packages/@expo/cli/src/export/
H A DexportStaticAsync.ts62 await devServerManager.stopAsync();
/expo/apps/test-suite/tests/
H A DVideo.js848 await instance.stopAsync();
859 await instance.stopAsync();
H A DAudio.js467 await soundObject.stopAsync();

12