Home
last modified time | relevance | path

Searched refs:getStatusAsync (Results 1 – 25 of 39) sorted by relevance

12

/expo/packages/expo-background-fetch/src/
H A DBackgroundFetch.ts16 export async function getStatusAsync(): Promise<BackgroundFetchStatus | null> { function
20 return ExpoBackgroundFetch.getStatusAsync();
H A DExpoBackgroundFetch.web.ts7 async getStatusAsync(): Promise<BackgroundFetchStatus | null> {
/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.js10 export async function getStatusAsync() { function
14 return ExpoBackgroundFetch.getStatusAsync();
H A DExpoBackgroundFetch.web.js6 async getStatusAsync() {
H A DExpoBackgroundFetch.web.d.ts4 getStatusAsync(): Promise<BackgroundFetchStatus | null>; constant
H A DBackgroundFetch.d.ts6 export declare function getStatusAsync(): Promise<BackgroundFetchStatus | null>; function
H A DExpoBackgroundFetch.web.js.map1 …t name(): string {\n return 'ExpoBackgroundFetch';\n },\n async getStatusAsync(): Promise<Bac…
H A DBackgroundFetch.js.map1getStatusAsync(): Promise<BackgroundFetchStatus | null> {\n if (Platform.OS === 'android') {\n …
/expo/packages/expo-av/build/Audio/
H A DRecording.js83 …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 DSound.js174 getStatusAsync = async () => { field in Sound
196 this.getStatusAsync();
258 return this.getStatusAsync(); // Automatically calls onPlaybackStatusUpdate.
H A DRecording.d.ts107 getStatusAsync: () => Promise<RecordingStatus>;
H A DSound.d.ts146 getStatusAsync: () => Promise<AVPlaybackStatus>;
/expo/packages/expo-av/src/Audio/
H A DRecording.ts109 …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 DSound.ts295 getStatusAsync = async (): Promise<AVPlaybackStatus> => { property in Sound
320 this.getStatusAsync();
394 return this.getStatusAsync(); // Automatically calls onPlaybackStatusUpdate.
/expo/apps/test-suite/tests/
H A DVideo.js108 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 Dhelpers.js15 const readStatus = await object.getStatusAsync();
/expo/apps/native-component-list/src/screens/
H A DBackgroundFetchScreen.tsx5 getStatusAsync,
48 const status = await getStatusAsync();
/expo/packages/expo-av/build/
H A DVideo.js100 getStatusAsync = async () => { field in Video
161 this.getStatusAsync();
H A DAV.d.ts56 getStatusAsync(): Promise<AVPlaybackStatus>;
H A DVideo.d.ts32 getStatusAsync: () => Promise<AVPlaybackStatus>;
/expo/ios/versioned/sdk47/EXBackgroundFetch/EXBackgroundFetch/
H A DABI47_0_0EXBackgroundFetch.m24 ABI47_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
/expo/ios/versioned/sdk49/EXBackgroundFetch/EXBackgroundFetch/
H A DABI49_0_0EXBackgroundFetch.m24 ABI49_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
/expo/ios/versioned/sdk48/EXBackgroundFetch/EXBackgroundFetch/
H A DABI48_0_0EXBackgroundFetch.m24 ABI48_0_0EX_EXPORT_METHOD_AS(getStatusAsync, category
/expo/packages/expo-av/src/
H A DVideo.tsx141 getStatusAsync = async (): Promise<AVPlaybackStatus> => {
214 …* (such as `setStatusAsync()`, `getStatusAsync()`, or `unloadAsync()`), nd will also be called at …
224 this.getStatusAsync();
H A DAV.ts222 getStatusAsync(): Promise<AVPlaybackStatus>; method

12