Searched refs:readLogEntriesAsync (Results 1 – 14 of 14) sorted by relevance
64 ExpoUpdates.readLogEntriesAsync.mockReturnValueOnce([]);66 const actual = await Updates.readLogEntriesAsync();72 ExpoUpdates.readLogEntriesAsync.mockReturnValueOnce([90 const actual = await Updates.readLogEntriesAsync();
179 export async function readLogEntriesAsync(maxAge = 3600000) { function180 if (!ExpoUpdates.readLogEntriesAsync) {183 return await ExpoUpdates.readLogEntriesAsync(maxAge);
129 export declare function readLogEntriesAsync(maxAge?: number): Promise<UpdatesLogEntry[]>;
1 …readLogEntriesAsync(maxAge: number = 3600000): Promise<UpdatesLogEntry[]> {\n if (!ExpoUpdates.re…
223 export async function readLogEntriesAsync(maxAge: number = 3600000): Promise<UpdatesLogEntry[]> { function224 if (!ExpoUpdates.readLogEntriesAsync) {227 return await ExpoUpdates.readLogEntriesAsync(maxAge);
141 updatesModule.readLogEntriesAsync( in <lambda>()180 updatesModule.readLogEntriesAsync( in <lambda>()
150 ABI47_0_0EX_EXPORT_METHOD_AS(readLogEntriesAsync, category151 readLogEntriesAsync:(NSNumber *)maxAge
155 ABI48_0_0EX_EXPORT_METHOD_AS(readLogEntriesAsync, category156 readLogEntriesAsync:(NSNumber *)maxAge
39 const readLogEntriesAsync = async () => { constant261 const logEntries: any[] = await readLogEntriesAsync();769 await readLogEntriesAsync();864 const logEntries = await readLogEntriesAsync();
127 const logEntries = await Updates.readLogEntriesAsync(60000);
282 fun readLogEntriesAsync(maxAge: Long, promise: Promise) { in <lambda>() method
283 fun readLogEntriesAsync(maxAge: Long, promise: Promise) { in <lambda>() method
431 fun readLogEntriesAsync(maxAge: Long, promise: Promise) { in <lambda>() method
558 fun readLogEntriesAsync(maxAge: Long, promise: Promise) { in <lambda>() method