| /expo/apps/bare-expo/e2e/setup/ |
| H A D | setupSockets.js | 5 let stopAsync; variable 25 stopAsync = await startAsync({ 37 if (stopAsync) { 38 await stopAsync();
|
| /expo/packages/@expo/cli/src/start/server/__mocks__/ |
| H A D | AsyncNgrok.ts | 10 stopAsync = jest.fn(async () => { property in AsyncNgrok
|
| /expo/packages/@expo/cli/src/start/platforms/android/ |
| H A D | ADBServer.ts | 44 this.stopAsync(); 56 async stopAsync(): Promise<boolean> { method in ADBServer
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | DevServerManager.ts | 214 async stopAsync(): Promise<void> { method in DevServerManager 218 ...devServers.map((server) => server.stopAsync()), 220 AndroidDebugBridge.getServer().stopAsync(),
|
| H A D | AsyncNgrok.ts | 98 public async stopAsync(): Promise<void> { method in AsyncNgrok 111 await this.stopAsync();
|
| H A D | BundlerDevServer.ts | 138 await this.stopAsync(); 296 async stopAsync() { 304 await this.ngrok?.stopAsync().catch((e) => {
|
| /expo/packages/expo-av/build/ |
| H A D | AV.d.ts | 104 stopAsync(): Promise<AVPlaybackStatus>; method 161 stopAsync(): Promise<AVPlaybackStatus>; constant
|
| H A D | Video.d.ts | 68 stopAsync: () => Promise<AVPlaybackStatus>;
|
| H A D | AV.js | 185 async stopAsync() { method
|
| H A D | Video.js | 167 stopAsync; field in Video
|
| H A D | AV.js.map | 1 …stopAsync(): Promise<AVPlaybackStatus>;\n\n /**\n * Replays the playback item. When using `play…
|
| H A D | Video.js.map | 1 …<AVPlaybackStatus>;\n pauseAsync!: () => Promise<AVPlaybackStatus>;\n stopAsync!: () => Promise<…
|
| /expo/packages/@expo/cli/src/start/platforms/android/__tests__/ |
| H A D | ADBServer-test.ts | 132 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 D | BundlerDevServer-test.ts | 180 await server.stopAsync(); 184 expect(ngrok?.stopAsync).toHaveBeenCalled(); 185 expect(devSession?.stopAsync).toHaveBeenCalled();
|
| H A D | AsyncNgrok-test.ts | 40 ngrok.stopAsync = jest.fn(ngrok.stopAsync.bind(ngrok));
|
| /expo/packages/expo-av/src/ |
| H A D | AV.ts | 284 stopAsync(): Promise<AVPlaybackStatus>; method 373 async stopAsync(): Promise<AVPlaybackStatus> {
|
| H A D | Video.tsx | 234 stopAsync!: () => Promise<AVPlaybackStatus>;
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Sound.d.ts | 178 stopAsync: () => Promise<AVPlaybackStatus>;
|
| H A D | Sound.js | 280 stopAsync; field in Sound
|
| /expo/packages/@expo/cli/src/start/interface/ |
| H A D | startInterface.ts | 75 await devServerManager.stopAsync();
|
| /expo/packages/@expo/cli/src/start/server/webpack/ |
| H A D | WebpackBundlerDevServer.ts | 155 await this.stopAsync();
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Sound.ts | 428 stopAsync!: () => Promise<AVPlaybackStatus>;
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | exportStaticAsync.ts | 62 await devServerManager.stopAsync();
|
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 848 await instance.stopAsync(); 859 await instance.stopAsync();
|
| H A D | Audio.js | 467 await soundObject.stopAsync();
|