| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JSIInteropModuleRegistry.cpp | 36 jni::local_ref<JSIInteropModuleRegistry::jhybriddata> 37 JSIInteropModuleRegistry::initHybrid(jni::alias_ref<jhybridobject> jThis) { in initHybrid() 41 void JSIInteropModuleRegistry::registerNatives() { in registerNatives() 54 JSIInteropModuleRegistry::JSIInteropModuleRegistry(jni::alias_ref<jhybridobject> jThis) in JSIInteropModuleRegistry() function in expo::JSIInteropModuleRegistry 57 void JSIInteropModuleRegistry::installJSI( in installJSI() 100 void JSIInteropModuleRegistry::installJSIForTests( in installJSIForTests() 140 JSIInteropModuleRegistry::callGetCoreModuleObject() const { in callGetCoreModuleObject() 150 JSIInteropModuleRegistry::callGetJavaScriptModulesNames() const { in callGetJavaScriptModulesNames() 167 JSIInteropModuleRegistry::getModule(const std::string &moduleName) const { in getModule() 197 void JSIInteropModuleRegistry::drainJSEventLoop() { in drainJSEventLoop() [all …]
|
| H A D | MethodMetadata.h | 23 class JSIInteropModuleRegistry; variable 83 JSIInteropModuleRegistry *moduleRegistry 91 JSIInteropModuleRegistry *moduleRegistry, 100 JSIInteropModuleRegistry *moduleRegistry, 120 jsi::Function toSyncFunction(jsi::Runtime &runtime, JSIInteropModuleRegistry *moduleRegistry); 122 jsi::Function toAsyncFunction(jsi::Runtime &runtime, JSIInteropModuleRegistry *moduleRegistry); 126 JSIInteropModuleRegistry *moduleRegistry, 131 JSIInteropModuleRegistry *moduleRegistry,
|
| H A D | JavaScriptRuntime.h | 21 class JSIInteropModuleRegistry; variable 45 JSIInteropModuleRegistry *jsiInteropModuleRegistry 49 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 91 JSIInteropModuleRegistry *getModuleRegistry(); 96 JSIInteropModuleRegistry *jsiInteropModuleRegistry;
|
| H A D | JavaScriptModuleObject.h | 21 class JSIInteropModuleRegistry; variable 27 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 34 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 41 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 65 JSIInteropModuleRegistry *jsiInteropModuleRegistry; 141 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 148 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 155 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| H A D | WeakRuntimeHolder.h | 15 class JSIInteropModuleRegistry; variable 36 JSIInteropModuleRegistry *getModuleRegistry();
|
| H A D | JSIInteropModuleRegistry.h | 38 class JSIInteropModuleRegistry : public jni::HybridClass<JSIInteropModuleRegistry> { 122 jni::global_ref<JSIInteropModuleRegistry::javaobject> javaPart_; 124 explicit JSIInteropModuleRegistry(jni::alias_ref<jhybridobject> jThis);
|
| H A D | ExpoModulesHostObject.h | 25 ExpoModulesHostObject(JSIInteropModuleRegistry *installer); 36 JSIInteropModuleRegistry *installer;
|
| H A D | JavaCallback.h | 17 class JSIInteropModuleRegistry; variable 30 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| H A D | MethodMetadata.cpp | 27 JSIInteropModuleRegistry *moduleRegistry, in createJavaCallbackFromJSIFunction() 109 JSIInteropModuleRegistry *moduleRegistry, in convertJSIArgsToJNI() 214 JSIInteropModuleRegistry *moduleRegistry in toJSFunction() 229 JSIInteropModuleRegistry *moduleRegistry in toSyncFunction() 258 JSIInteropModuleRegistry *moduleRegistry, in callJNISync() 281 JSIInteropModuleRegistry *moduleRegistry, in callSync() 300 JSIInteropModuleRegistry *moduleRegistry in toAsyncFunction() 384 JSIInteropModuleRegistry *moduleRegistry, in createPromiseBody()
|
| H A D | WeakRuntimeHolder.cpp | 19 JSIInteropModuleRegistry *WeakRuntimeHolder::getModuleRegistry() { in getModuleRegistry()
|
| H A D | JavaScriptRuntime.cpp | 73 JSIInteropModuleRegistry *jsiInteropModuleRegistry in JavaScriptRuntime() 136 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in JavaScriptRuntime() 215 JSIInteropModuleRegistry *JavaScriptRuntime::getModuleRegistry() { in getModuleRegistry()
|
| H A D | JNIInjector.cpp | 27 expo::JSIInteropModuleRegistry::registerNatives(); in JNI_OnLoad()
|
| H A D | JavaScriptFunction.h | 30 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| H A D | JavaScriptTypedArray.h | 29 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| /expo/packages/expo-modules-core/android/src/main/cpp/types/ |
| H A D | FrontendConverter.h | 14 class JSIInteropModuleRegistry; variable 38 JSIInteropModuleRegistry *moduleRegistry, 51 JSIInteropModuleRegistry *moduleRegistry, 66 JSIInteropModuleRegistry *moduleRegistry, 81 JSIInteropModuleRegistry *moduleRegistry, 96 JSIInteropModuleRegistry *moduleRegistry, 111 JSIInteropModuleRegistry *moduleRegistry, 126 JSIInteropModuleRegistry *moduleRegistry, 141 JSIInteropModuleRegistry *moduleRegistry, 156 JSIInteropModuleRegistry *moduleRegistry, [all …]
|
| H A D | FrontendConverter.cpp | 30 JSIInteropModuleRegistry *moduleRegistry, in convert() 47 JSIInteropModuleRegistry *moduleRegistry, in convert() 64 JSIInteropModuleRegistry *moduleRegistry, in convert() 81 JSIInteropModuleRegistry *moduleRegistry, in convert() 97 JSIInteropModuleRegistry *moduleRegistry, in convert() 113 JSIInteropModuleRegistry *moduleRegistry, in convert() 126 JSIInteropModuleRegistry *moduleRegistry, in convert() 143 JSIInteropModuleRegistry *moduleRegistry, in convert() 159 JSIInteropModuleRegistry *moduleRegistry, in convert() 179 JSIInteropModuleRegistry *moduleRegistry, in convert() [all …]
|
| H A D | AnyType.h | 13 class JSIInteropModuleRegistry; variable
|
| H A D | JNIToJSIConverter.h | 16 JSIInteropModuleRegistry *moduleRegistry,
|
| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/ |
| H A D | TestRunner.kt | 7 import expo.modules.kotlin.jni.JSIInteropModuleRegistry 17 JSIInteropModuleRegistry.Companion in newApplication()
|
| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | JavaScriptFunctionTest.kt | 11 private lateinit var jsiInterop: JSIInteropModuleRegistry in <lambda>() 15 jsiInterop = JSIInteropModuleRegistry(defaultAppContextMock()).apply { in <lambda>()
|
| H A D | JSIModuleMock.kt | 47 block: JSIInteropModuleRegistry.(methodQueue: TestScope) -> Unit, in withJSIInterop() 94 val jsiIterop = JSIInteropModuleRegistry(appContextMock).apply { in withJSIInterop() 111 block: JSIInteropModuleRegistry.(methodQueue: TestScope) -> Unit in withJSIInterop() 126 internal inline fun JSIInteropModuleRegistry.waitForAsyncFunction( in waitForAsyncFunction()
|
| H A D | JavaScriptValueTest.kt | 11 private lateinit var jsiInterop: JSIInteropModuleRegistry in <lambda>() 15 jsiInterop = JSIInteropModuleRegistry(defaultAppContextMock()).apply { in <lambda>()
|
| H A D | JavaScriptRuntimeTest.kt | 10 private lateinit var jsiInterop: JSIInteropModuleRegistry 14 jsiInterop = JSIInteropModuleRegistry(defaultAppContextMock()).apply { in before()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/jni/ |
| H A D | JSIInteropModuleRegistry.kt | 13 class JSIInteropModuleRegistry(appContext: AppContext) { class
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/jni/ |
| H A D | JSIInteropModuleRegistry.kt | 13 class JSIInteropModuleRegistry(appContext: AppContext) { class
|