Home
last modified time | relevance | path

Searched refs:JSIInteropModuleRegistry (Results 1 – 25 of 43) sorted by relevance

12

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJSIInteropModuleRegistry.cpp36 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 DMethodMetadata.h23 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 DJavaScriptRuntime.h21 class JSIInteropModuleRegistry; variable
45 JSIInteropModuleRegistry *jsiInteropModuleRegistry
49 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
91 JSIInteropModuleRegistry *getModuleRegistry();
96 JSIInteropModuleRegistry *jsiInteropModuleRegistry;
H A DJavaScriptModuleObject.h21 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 DWeakRuntimeHolder.h15 class JSIInteropModuleRegistry; variable
36 JSIInteropModuleRegistry *getModuleRegistry();
H A DJSIInteropModuleRegistry.h38 class JSIInteropModuleRegistry : public jni::HybridClass<JSIInteropModuleRegistry> {
122 jni::global_ref<JSIInteropModuleRegistry::javaobject> javaPart_;
124 explicit JSIInteropModuleRegistry(jni::alias_ref<jhybridobject> jThis);
H A DExpoModulesHostObject.h25 ExpoModulesHostObject(JSIInteropModuleRegistry *installer);
36 JSIInteropModuleRegistry *installer;
H A DJavaCallback.h17 class JSIInteropModuleRegistry; variable
30 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
H A DMethodMetadata.cpp27 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 DWeakRuntimeHolder.cpp19 JSIInteropModuleRegistry *WeakRuntimeHolder::getModuleRegistry() { in getModuleRegistry()
H A DJavaScriptRuntime.cpp73 JSIInteropModuleRegistry *jsiInteropModuleRegistry in JavaScriptRuntime()
136 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in JavaScriptRuntime()
215 JSIInteropModuleRegistry *JavaScriptRuntime::getModuleRegistry() { in getModuleRegistry()
H A DJNIInjector.cpp27 expo::JSIInteropModuleRegistry::registerNatives(); in JNI_OnLoad()
H A DJavaScriptFunction.h30 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
H A DJavaScriptTypedArray.h29 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DFrontendConverter.h14 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 DFrontendConverter.cpp30 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 DAnyType.h13 class JSIInteropModuleRegistry; variable
H A DJNIToJSIConverter.h16 JSIInteropModuleRegistry *moduleRegistry,
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/
H A DTestRunner.kt7 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 DJavaScriptFunctionTest.kt11 private lateinit var jsiInterop: JSIInteropModuleRegistry in <lambda>()
15 jsiInterop = JSIInteropModuleRegistry(defaultAppContextMock()).apply { in <lambda>()
H A DJSIModuleMock.kt47 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 DJavaScriptValueTest.kt11 private lateinit var jsiInterop: JSIInteropModuleRegistry in <lambda>()
15 jsiInterop = JSIInteropModuleRegistry(defaultAppContextMock()).apply { in <lambda>()
H A DJavaScriptRuntimeTest.kt10 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 DJSIInteropModuleRegistry.kt13 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 DJSIInteropModuleRegistry.kt13 class JSIInteropModuleRegistry(appContext: AppContext) { class

12