| /expo/packages/expo-background-fetch/src/ |
| H A D | BackgroundFetch.ts | 16 export async function getStatusAsync(): Promise<BackgroundFetchStatus | null> { function 20 return ExpoBackgroundFetch.getStatusAsync();
|
| H A D | ExpoBackgroundFetch.web.ts | 7 async getStatusAsync(): Promise<BackgroundFetchStatus | null> {
|
| /expo/packages/expo-background-fetch/build/ |
| H A D | BackgroundFetch.js | 10 export async function getStatusAsync() { function 14 return ExpoBackgroundFetch.getStatusAsync();
|
| H A D | ExpoBackgroundFetch.web.js | 6 async getStatusAsync() {
|
| H A D | ExpoBackgroundFetch.web.d.ts | 4 getStatusAsync(): Promise<BackgroundFetchStatus | null>; constant
|
| H A D | BackgroundFetch.d.ts | 6 export declare function getStatusAsync(): Promise<BackgroundFetchStatus | null>; function
|
| H A D | ExpoBackgroundFetch.web.js.map | 1 …t name(): string {\n return 'ExpoBackgroundFetch';\n },\n async getStatusAsync(): Promise<Bac…
|
| H A D | BackgroundFetch.js.map | 1 …getStatusAsync(): Promise<BackgroundFetchStatus | null> {\n if (Platform.OS === 'android') {\n …
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Recording.js | 83 …return await this.getStatusAsync(); // Automatically calls onRecordingStatusUpdate for the final s… 89 await this.getStatusAsync(); 184 getStatusAsync = async () => { field in Recording 215 this.getStatusAsync(); 224 this.getStatusAsync();
|
| H A D | Sound.js | 174 getStatusAsync = async () => { field in Sound 196 this.getStatusAsync(); 258 return this.getStatusAsync(); // Automatically calls onPlaybackStatusUpdate.
|
| H A D | Recording.d.ts | 107 getStatusAsync: () => Promise<RecordingStatus>;
|
| H A D | Sound.d.ts | 146 getStatusAsync: () => Promise<AVPlaybackStatus>;
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Recording.ts | 109 …return await this.getStatusAsync(); // Automatically calls onRecordingStatusUpdate for the final s… 119 await this.getStatusAsync(); 224 getStatusAsync = async (): Promise<RecordingStatus> => { property in Recording 255 this.getStatusAsync(); 265 this.getStatusAsync();
|
| H A D | Sound.ts | 295 getStatusAsync = async (): Promise<AVPlaybackStatus> => { property in Sound 320 this.getStatusAsync(); 394 return this.getStatusAsync(); // Automatically calls onPlaybackStatusUpdate.
|
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 108 const status = await instance.getStatusAsync(); 553 const status = await instance.getStatusAsync(); 585 const status = await instance.getStatusAsync(); 642 const status = await instance.getStatusAsync(); 667 const status = await instance.getStatusAsync(); 698 const { positionMillis } = await instance.getStatusAsync(); 737 const status = await instance.getStatusAsync(); 761 const status = await instance.getStatusAsync(); 784 const statusBefore = await instance.getStatusAsync(); 787 const statusAfter = await instance.getStatusAsync(); [all …]
|
| H A D | helpers.js | 15 const readStatus = await object.getStatusAsync();
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | BackgroundFetchScreen.tsx | 5 getStatusAsync, 48 const status = await getStatusAsync();
|
| /expo/packages/expo-av/build/ |
| H A D | Video.js | 100 getStatusAsync = async () => { field in Video 161 this.getStatusAsync();
|
| H A D | AV.d.ts | 56 getStatusAsync(): Promise<AVPlaybackStatus>;
|
| H A D | Video.d.ts | 32 getStatusAsync: () => Promise<AVPlaybackStatus>;
|
| /expo/ios/versioned/sdk47/EXBackgroundFetch/EXBackgroundFetch/ |
| H A D | ABI47_0_0EXBackgroundFetch.m | 24 ABI47_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
|
| /expo/ios/versioned/sdk49/EXBackgroundFetch/EXBackgroundFetch/ |
| H A D | ABI49_0_0EXBackgroundFetch.m | 24 ABI49_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
|
| /expo/ios/versioned/sdk48/EXBackgroundFetch/EXBackgroundFetch/ |
| H A D | ABI48_0_0EXBackgroundFetch.m | 24 ABI48_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
|
| /expo/packages/expo-av/src/ |
| H A D | Video.tsx | 141 getStatusAsync = async (): Promise<AVPlaybackStatus> => { 214 …* (such as `setStatusAsync()`, `getStatusAsync()`, or `unloadAsync()`), nd will also be called at … 224 this.getStatusAsync();
|
| H A D | AV.ts | 222 getStatusAsync(): Promise<AVPlaybackStatus>; method
|