Home
last modified time | relevance | path

Searched refs:readLogEntriesAsync (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-updates/src/__tests__/
H A DUpdates-test.ios.ts64 ExpoUpdates.readLogEntriesAsync.mockReturnValueOnce([]);
66 const actual = await Updates.readLogEntriesAsync();
72 ExpoUpdates.readLogEntriesAsync.mockReturnValueOnce([
90 const actual = await Updates.readLogEntriesAsync();
/expo/packages/expo-updates/build/
H A DUpdates.js179 export async function readLogEntriesAsync(maxAge = 3600000) { function
180 if (!ExpoUpdates.readLogEntriesAsync) {
183 return await ExpoUpdates.readLogEntriesAsync(maxAge);
H A DUpdates.d.ts129 export declare function readLogEntriesAsync(maxAge?: number): Promise<UpdatesLogEntry[]>;
H A DUpdates.js.map1readLogEntriesAsync(maxAge: number = 3600000): Promise<UpdatesLogEntry[]> {\n if (!ExpoUpdates.re…
/expo/packages/expo-updates/src/
H A DUpdates.ts223 export async function readLogEntriesAsync(maxAge: number = 3600000): Promise<UpdatesLogEntry[]> { function
224 if (!ExpoUpdates.readLogEntriesAsync) {
227 return await ExpoUpdates.readLogEntriesAsync(maxAge);
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/logging/
H A DUpdatesLoggingTest.kt141 updatesModule.readLogEntriesAsync( in <lambda>()
180 updatesModule.readLogEntriesAsync( in <lambda>()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesModule.m150 ABI47_0_0EX_EXPORT_METHOD_AS(readLogEntriesAsync, category
151 readLogEntriesAsync:(NSNumber *)maxAge
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesModule.m155 ABI48_0_0EX_EXPORT_METHOD_AS(readLogEntriesAsync, category
156 readLogEntriesAsync:(NSNumber *)maxAge
/expo/packages/expo-updates/e2e/fixtures/
H A DUpdates.e2e.ts39 const readLogEntriesAsync = async () => { constant
261 const logEntries: any[] = await readLogEntriesAsync();
769 await readLogEntriesAsync();
864 const logEntries = await readLogEntriesAsync();
H A DApp.tsx127 const logEntries = await Updates.readLogEntriesAsync(60000);
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/
H A DUpdatesModule.kt282 fun readLogEntriesAsync(maxAge: Long, promise: Promise) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/
H A DUpdatesModule.kt283 fun readLogEntriesAsync(maxAge: Long, promise: Promise) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/
H A DUpdatesModule.kt431 fun readLogEntriesAsync(maxAge: Long, promise: Promise) { in <lambda>() method
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesModule.kt558 fun readLogEntriesAsync(maxAge: Long, promise: Promise) { in <lambda>() method