Home
last modified time | relevance | path

Searched defs:convertErrorCode (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-local-authentication/ios/
H A DLocalAuthenticationModule.swift133 func convertErrorCode(error: NSError) -> String { in convertErrorCode() function
/expo/ios/versioned/sdk49/ExpoLocalAuthentication/
H A DLocalAuthenticationModule.swift133 func convertErrorCode(error: NSError) -> String { in convertErrorCode() function
/expo/ios/versioned/sdk48/ExpoLocalAuthentication/
H A DLocalAuthenticationModule.swift133 func convertErrorCode(error: NSError) -> String { in convertErrorCode() function
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt43 private fun convertErrorCode(code: Int): String { in moduleRegistry() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt43 private fun convertErrorCode(code: Int): String { in moduleRegistry() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt46 private fun convertErrorCode(code: Int): String { in moduleRegistry() method
/expo/packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/
H A DLocalAuthenticationModule.kt312 private fun convertErrorCode(code: Int): String { in hasSystemFeature() method in expo.modules.localauthentication.LocalAuthenticationModule