Home
last modified time | relevance | path

Searched refs:clearLogEntriesAsync (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-updates/build/
H A DUpdates.js196 export async function clearLogEntriesAsync() { function
197 if (!ExpoUpdates.clearLogEntriesAsync) {
200 await ExpoUpdates.clearLogEntriesAsync();
H A DUpdates.d.ts141 export declare function clearLogEntriesAsync(): Promise<void>;
H A DUpdates.js.map1clearLogEntriesAsync(): Promise<void> {\n if (!ExpoUpdates.clearLogEntriesAsync) {\n throw new…
/expo/packages/expo-updates/src/
H A DUpdates.ts241 export async function clearLogEntriesAsync(): Promise<void> { function
242 if (!ExpoUpdates.clearLogEntriesAsync) {
245 await ExpoUpdates.clearLogEntriesAsync();
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesModule.m168 ABI47_0_0EX_EXPORT_METHOD_AS(clearLogEntriesAsync, category
169 clearLogEntriesAsync:(ABI47_0_0EXPromiseResolveBlock)resolve
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesModule.m173 ABI48_0_0EX_EXPORT_METHOD_AS(clearLogEntriesAsync, category
174 clearLogEntriesAsync:(ABI48_0_0EXPromiseResolveBlock)resolve
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/
H A DUpdatesModule.kt311 fun clearLogEntriesAsync(promise: Promise) { in <lambda>() method
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/logging/
H A DUpdatesLoggingTest.kt163 updatesModule.clearLogEntriesAsync( in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/
H A DUpdatesModule.kt312 fun clearLogEntriesAsync(promise: Promise) { in <lambda>() method
/expo/packages/expo-updates/e2e/fixtures/
H A DApp.tsx140 await Updates.clearLogEntriesAsync();
H A DUpdates.e2e.ts54 const clearLogEntriesAsync = async () => { constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/
H A DUpdatesModule.kt460 fun clearLogEntriesAsync(promise: Promise) { in <lambda>() method
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesModule.kt587 fun clearLogEntriesAsync(promise: Promise) { in <lambda>() method