| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | FunctionWithConvertiblesSpec.swift | 33 .callSync(function: functionName, args: [ in spec() 57 .callSync(function: functionName, args: [ in spec()
|
| H A D | FunctionSpec.swift | 69 .callSync(function: functionName, args: [str as Any]) in spec() 80 .callSync(function: functionName, args: [array]) in spec()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | FunctionWithConvertiblesSpec.swift | 33 .callSync(function: functionName, args: [ in spec() 57 .callSync(function: functionName, args: [ in spec()
|
| H A D | FunctionSpec.swift | 69 .callSync(function: functionName, args: [str as Any]) in spec() 80 .callSync(function: functionName, args: [array]) in spec()
|
| /expo/packages/expo-modules-test-core/android/src/main/java/expo/modules/test/core/ |
| H A D | ModuleMockInvocationHandler.kt | 61 return holder.callSync(methodName, convertArgs(args?.asList() ?: emptyList())) in callExportedFunction() 117 return holder.callSync(methodName, convertArgs(args)) in syncCall()
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | MethodMetadata.h | 89 jsi::Value callSync(
|
| H A D | MethodMetadata.cpp | 242 return this->callSync( in toSyncFunction() 279 jsi::Value MethodMetadata::callSync( in callSync() function in expo::MethodMetadata
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | ModuleHolder.swift | 73 func callSync(function functionName: String, args: [Any]) -> Any? { in callSync() function
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | ModuleHolder.swift | 73 func callSync(function functionName: String, args: [Any]) -> Any? { in callSync() function
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | ModuleHolder.swift | 77 func callSync(function functionName: String, args: [Any]) -> Any? { in callSync() function
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/ |
| H A D | ModuleHolder.kt | 61 fun callSync(methodName: String, args: ReadableArray): Any? { in <lambda>() method
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/ |
| H A D | ModuleHolder.kt | 61 fun callSync(methodName: String, args: ReadableArray): Any? { in <lambda>() method
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | ModuleHolder.swift | 77 func callSync(function functionName: String, args: [Any]) -> Any? { in callSync() function
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/ |
| H A D | ModuleHolder.kt | 81 fun callSync(methodName: String, args: ReadableArray): Any? { in <lambda>() method
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/ |
| H A D | ModuleHolder.kt | 81 fun callSync(methodName: String, args: ReadableArray): Any? { in <lambda>() method in abi49_0_0.expo.modules.kotlin.ModuleHolder
|