Home
last modified time | relevance | path

Searched refs:nativeInvoker (Results 1 – 25 of 34) sorted by relevance

12

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.h52 std::shared_ptr<NativeMethodCallInvokerCompatible> nativeInvoker
87 std::shared_ptr<NativeMethodCallInvokerCompatible> nativeInvoker; variable
H A DJavaScriptRuntime.cpp76 nativeInvoker(std::make_shared<SyncNativeMethodCallInvoker>()), in JavaScriptRuntime()
139 std::shared_ptr<NativeMethodCallInvokerCompatible> nativeInvoker in JavaScriptRuntime() argument
140 ) : jsInvoker(std::move(jsInvoker)), nativeInvoker(std::move(nativeInvoker)), in JavaScriptRuntime()
H A DExpoModulesHostObject.cpp25 installer->nativeInvoker.reset(); in ~ExpoModulesHostObject()
H A DJSIInteropModuleRegistry.h116 std::shared_ptr<react::CallInvoker> nativeInvoker; variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0NativeToJsBridge.cpp315 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument
324 std::shared_ptr<CallInvoker> nativeInvoker) in getDecoratedNativeCallInvoker() argument
326 m_nativeInvoker(nativeInvoker) {} in getDecoratedNativeCallInvoker()
340 return std::make_shared<NativeCallInvoker>(m_delegate, nativeInvoker); in getDecoratedNativeCallInvoker()
H A DABI48_0_0NativeToJsBridge.h108 std::shared_ptr<CallInvoker> nativeInvoker);
H A DABI48_0_0Instance.cpp238 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument
239 return nativeToJsBridge_->getDecoratedNativeCallInvoker(nativeInvoker); in getDecoratedNativeCallInvoker()
H A DABI48_0_0Instance.h129 std::shared_ptr<CallInvoker> nativeInvoker);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0NativeToJsBridge.cpp315 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument
324 std::shared_ptr<CallInvoker> nativeInvoker) in getDecoratedNativeCallInvoker() argument
326 m_nativeInvoker(nativeInvoker) {} in getDecoratedNativeCallInvoker()
340 return std::make_shared<NativeCallInvoker>(m_delegate, nativeInvoker); in getDecoratedNativeCallInvoker()
H A DABI47_0_0NativeToJsBridge.h108 std::shared_ptr<CallInvoker> nativeInvoker);
H A DABI47_0_0Instance.cpp238 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument
239 return nativeToJsBridge_->getDecoratedNativeCallInvoker(nativeInvoker); in getDecoratedNativeCallInvoker()
H A DABI47_0_0Instance.h129 std::shared_ptr<CallInvoker> nativeInvoker);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0NativeToJsBridge.cpp315 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument
324 std::shared_ptr<CallInvoker> nativeInvoker) in getDecoratedNativeCallInvoker() argument
326 m_nativeInvoker(nativeInvoker) {} in getDecoratedNativeCallInvoker()
340 return std::make_shared<NativeCallInvoker>(m_delegate, nativeInvoker); in getDecoratedNativeCallInvoker()
H A DABI49_0_0NativeToJsBridge.h108 std::shared_ptr<CallInvoker> nativeInvoker);
H A DABI49_0_0Instance.cpp244 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument
245 return nativeToJsBridge_->getDecoratedNativeCallInvoker(nativeInvoker); in getDecoratedNativeCallInvoker()
H A DABI49_0_0Instance.h129 std::shared_ptr<CallInvoker> nativeInvoker);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/
H A DABI49_0_0RCTTurboModule.h42 std::shared_ptr<CallInvoker> nativeInvoker; member
114 (std::shared_ptr<ABI49_0_0facebook::ABI49_0_0React::CallInvoker>)nativeInvoker;
H A DABI49_0_0RCTTurboModuleManager.mm280 …std::shared_ptr<CallInvoker> nativeInvoker = std::make_shared<MethodQueueNativeCallInvoker>(method…
287 nativeInvoker = [_bridge decorateNativeCallInvoker:nativeInvoker];
306 .nativeInvoker = nativeInvoker,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI49_0_0JavaTurboModule.h35 std::shared_ptr<CallInvoker> nativeInvoker; member
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/
H A DABI48_0_0RCTTurboModule.h45 std::shared_ptr<CallInvoker> nativeInvoker; member
120 (std::shared_ptr<ABI48_0_0facebook::ABI48_0_0React::CallInvoker>)nativeInvoker;
H A DABI48_0_0RCTTurboModuleManager.mm297 …std::shared_ptr<CallInvoker> nativeInvoker = std::make_shared<MethodQueueNativeCallInvoker>(method…
304 nativeInvoker = [_bridge decorateNativeCallInvoker:nativeInvoker];
323 .nativeInvoker = nativeInvoker,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/
H A DABI47_0_0RCTTurboModule.h45 std::shared_ptr<CallInvoker> nativeInvoker; member
120 (std::shared_ptr<ABI47_0_0facebook::ABI47_0_0React::CallInvoker>)nativeInvoker;
H A DABI47_0_0RCTTurboModuleManager.mm296 …std::shared_ptr<CallInvoker> nativeInvoker = std::make_shared<MethodQueueNativeCallInvoker>(method…
303 nativeInvoker = [_bridge decorateNativeCallInvoker:nativeInvoker];
322 .nativeInvoker = nativeInvoker,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI48_0_0JavaTurboModule.h40 std::shared_ptr<CallInvoker> nativeInvoker; member
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI47_0_0JavaTurboModule.h40 std::shared_ptr<CallInvoker> nativeInvoker; member

12