| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/internal/ |
| H A D | ExponentUnsignedAsyncStorageModule.kt | 19 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiGet() 24 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiSet() 29 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiRemove() 34 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiMerge() 39 KernelProvider.instance.handleError(ERROR_MESSAGE) in clear() 44 KernelProvider.instance.handleError(ERROR_MESSAGE) in getAllKeys()
|
| H A D | ExponentAsyncStorageModule.kt | 34 KernelProvider.instance.handleError("Requires ExperienceKey") 36 KernelProvider.instance.handleError("Couldn't URL encode ExperienceKey")
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/internal/ |
| H A D | ExponentUnsignedAsyncStorageModule.kt | 20 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiGet() 25 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiSet() 30 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiRemove() 35 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiMerge() 40 KernelProvider.instance.handleError(ERROR_MESSAGE) in clear() 45 KernelProvider.instance.handleError(ERROR_MESSAGE) in getAllKeys()
|
| H A D | ExponentAsyncStorageModule.kt | 37 KernelProvider.instance.handleError("Requires ExperienceKey") 39 KernelProvider.instance.handleError("Couldn't URL encode ExperienceKey")
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/internal/ |
| H A D | ExponentUnsignedAsyncStorageModule.kt | 20 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiGet() 25 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiSet() 30 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiRemove() 35 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiMerge() 40 KernelProvider.instance.handleError(ERROR_MESSAGE) in clear() 45 KernelProvider.instance.handleError(ERROR_MESSAGE) in getAllKeys()
|
| H A D | ExponentAsyncStorageModule.kt | 37 KernelProvider.instance.handleError("Requires ExperienceKey") 39 KernelProvider.instance.handleError("Couldn't URL encode ExperienceKey")
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/internal/ |
| H A D | ExponentUnsignedAsyncStorageModule.kt | 20 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiGet() 25 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiSet() 30 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiRemove() 35 KernelProvider.instance.handleError(ERROR_MESSAGE) in multiMerge() 40 KernelProvider.instance.handleError(ERROR_MESSAGE) in clear() 45 KernelProvider.instance.handleError(ERROR_MESSAGE) in getAllKeys()
|
| H A D | ExponentAsyncStorageModule.kt | 37 KernelProvider.instance.handleError("Requires ExperienceKey") 39 KernelProvider.instance.handleError("Couldn't URL encode ExperienceKey")
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationsHandler.ts | 37 handleError?: (notificationId: string, error: NotificationHandlingError) => void; property 97 handler.handleError?.( 109 handler.handleError?.(id, error); 117 handler.handleError?.(id, new NotificationTimeoutError(id, notification))
|
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationsHandler.js | 57 … handler.handleError?.(id, new UnavailabilityError('Notifications', 'handleNotificationAsync')); 66 handler.handleError?.(id, error); 69 …(handleNotificationTimeoutEventName, ({ id, notification }) => handler.handleError?.(id, new Notif…
|
| H A D | NotificationsHandler.d.ts | 31 handleError?: (notificationId: string, error: NotificationHandlingError) => void;
|
| H A D | NotificationsHandler.js.map | 1 …handleError?: (notificationId: string, error: NotificationHandlingError) => void;\n}\n\ntype Handl…
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/ |
| H A D | SkSLErrorReporter.h | 46 virtual void handleError(std::string_view msg, Position position) = 0; 60 void handleError(std::string_view msg, Position pos) override;
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/ |
| H A D | SkSLErrorReporter.h | 58 virtual void handleError(std::string_view msg, Position position) = 0; 73 void handleError(std::string_view msg, Position pos) override;
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | KernelInterface.kt | 10 abstract fun handleError(errorMessage: String) in handleError() method in host.exp.exponent.kernel.KernelInterface 11 abstract fun handleError(exception: Exception) in handleError() method in host.exp.exponent.kernel.KernelInterface
|
| H A D | ExpoViewKernel.kt | 24 override fun handleError(errorMessage: String) { in handleError() method in host.exp.exponent.kernel.ExpoViewKernel 32 override fun handleError(exception: Exception) { in handleError() method in host.exp.exponent.kernel.ExpoViewKernel
|
| H A D | Kernel.kt | 279 …handleError("Can't load kernel. Are you sure your packager is running and your phone is on the sam… in <lambda>() 281 handleError("Expo requires an internet connection.") in <lambda>() 297 KernelProvider.instance.handleError(e) in <lambda>() 314 KernelProvider.instance.handleError(e) in <lambda>() 323 KernelProvider.instance.handleError(e) in <lambda>() 698 handleError(e) in <lambda>() 722 Exponent.instance.runOnUiThread { handleError(e) } in <lambda>() 931 override fun handleError(errorMessage: String) { in <lambda>() method in host.exp.exponent.kernel.Kernel 935 override fun handleError(exception: Exception) { in <lambda>() method in host.exp.exponent.kernel.Kernel
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesErrorRecovery.h | 43 - (void)handleError:(NSError *)error;
|
| H A D | ABI47_0_0EXUpdatesErrorRecovery.m | 119 - (void)handleError:(NSError *)error 325 [self handleError:error];
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesErrorRecovery.h | 43 - (void)handleError:(NSError *)error;
|
| /expo/android/expoview/src/main/java/host/exp/exponent/experience/ |
| H A D | ExperienceActivity.kt | 189 kernel.handleError(e) in <lambda>() 207 Exponent.instance.runOnUiThread { kernel.handleError(e) } in <lambda>() 467 KernelProvider.instance.handleError( in <lambda>() 481 KernelProvider.instance.handleError("No ID found in manifest.") in <lambda>() 651 KernelProvider.instance.handleError(errorMessage) in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExponentManifest.kt | 171 KernelProvider.instance.handleError(e)
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxBridge/ |
| H A D | ABI49_0_0RCTCxxBridge.mm | 348 [self handleError:error]; 372 * the block will go through handleError: 460 [weakSelf handleError:error]; 509 [weakSelf handleError:error]; 577 [weakSelf handleError:error]; 713 [weakSelf handleError:error]; 1147 - (void)handleError:(NSError *)error
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxBridge/ |
| H A D | ABI47_0_0RCTCxxBridge.mm | 346 [self handleError:error]; 370 * the block will go through handleError: 458 [weakSelf handleError:error]; 506 [weakSelf handleError:error]; 571 [weakSelf handleError:error]; 707 [weakSelf handleError:error]; 1140 - (void)handleError:(NSError *)error
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxBridge/ |
| H A D | ABI48_0_0RCTCxxBridge.mm | 347 [self handleError:error]; 371 * the block will go through handleError: 459 [weakSelf handleError:error]; 507 [weakSelf handleError:error]; 572 [weakSelf handleError:error]; 708 [weakSelf handleError:error]; 1141 - (void)handleError:(NSError *)error
|