Home
last modified time | relevance | path

Searched refs:callSync (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-modules-core/ios/Tests/
H A DFunctionWithConvertiblesSpec.swift33 .callSync(function: functionName, args: [ in spec()
57 .callSync(function: functionName, args: [ in spec()
H A DFunctionSpec.swift69 .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 DFunctionWithConvertiblesSpec.swift33 .callSync(function: functionName, args: [ in spec()
57 .callSync(function: functionName, args: [ in spec()
H A DFunctionSpec.swift69 .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 DModuleMockInvocationHandler.kt61 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 DMethodMetadata.h89 jsi::Value callSync(
H A DMethodMetadata.cpp242 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 DModuleHolder.swift73 func callSync(function functionName: String, args: [Any]) -> Any? { in callSync() function
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DModuleHolder.swift73 func callSync(function functionName: String, args: [Any]) -> Any? { in callSync() function
/expo/packages/expo-modules-core/ios/Swift/
H A DModuleHolder.swift77 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 DModuleHolder.kt61 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 DModuleHolder.kt61 fun callSync(methodName: String, args: ReadableArray): Any? { in <lambda>() method
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DModuleHolder.swift77 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 DModuleHolder.kt81 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 DModuleHolder.kt81 fun callSync(methodName: String, args: ReadableArray): Any? { in <lambda>() method in abi49_0_0.expo.modules.kotlin.ModuleHolder