| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JavaScriptRuntime.h | 52 std::shared_ptr<NativeMethodCallInvokerCompatible> nativeInvoker 87 std::shared_ptr<NativeMethodCallInvokerCompatible> nativeInvoker; variable
|
| H A D | JavaScriptRuntime.cpp | 76 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 D | ExpoModulesHostObject.cpp | 25 installer->nativeInvoker.reset(); in ~ExpoModulesHostObject()
|
| H A D | JSIInteropModuleRegistry.h | 116 std::shared_ptr<react::CallInvoker> nativeInvoker; variable
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI48_0_0NativeToJsBridge.cpp | 315 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 D | ABI48_0_0NativeToJsBridge.h | 108 std::shared_ptr<CallInvoker> nativeInvoker);
|
| H A D | ABI48_0_0Instance.cpp | 238 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument 239 return nativeToJsBridge_->getDecoratedNativeCallInvoker(nativeInvoker); in getDecoratedNativeCallInvoker()
|
| H A D | ABI48_0_0Instance.h | 129 std::shared_ptr<CallInvoker> nativeInvoker);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI47_0_0NativeToJsBridge.cpp | 315 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 D | ABI47_0_0NativeToJsBridge.h | 108 std::shared_ptr<CallInvoker> nativeInvoker);
|
| H A D | ABI47_0_0Instance.cpp | 238 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument 239 return nativeToJsBridge_->getDecoratedNativeCallInvoker(nativeInvoker); in getDecoratedNativeCallInvoker()
|
| H A D | ABI47_0_0Instance.h | 129 std::shared_ptr<CallInvoker> nativeInvoker);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI49_0_0NativeToJsBridge.cpp | 315 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 D | ABI49_0_0NativeToJsBridge.h | 108 std::shared_ptr<CallInvoker> nativeInvoker);
|
| H A D | ABI49_0_0Instance.cpp | 244 std::shared_ptr<CallInvoker> nativeInvoker) { in getDecoratedNativeCallInvoker() argument 245 return nativeToJsBridge_->getDecoratedNativeCallInvoker(nativeInvoker); in getDecoratedNativeCallInvoker()
|
| H A D | ABI49_0_0Instance.h | 129 std::shared_ptr<CallInvoker> nativeInvoker);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/ |
| H A D | ABI49_0_0RCTTurboModule.h | 42 std::shared_ptr<CallInvoker> nativeInvoker; member 114 (std::shared_ptr<ABI49_0_0facebook::ABI49_0_0React::CallInvoker>)nativeInvoker;
|
| H A D | ABI49_0_0RCTTurboModuleManager.mm | 280 …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 D | ABI49_0_0JavaTurboModule.h | 35 std::shared_ptr<CallInvoker> nativeInvoker; member
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ |
| H A D | ABI48_0_0RCTTurboModule.h | 45 std::shared_ptr<CallInvoker> nativeInvoker; member 120 (std::shared_ptr<ABI48_0_0facebook::ABI48_0_0React::CallInvoker>)nativeInvoker;
|
| H A D | ABI48_0_0RCTTurboModuleManager.mm | 297 …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 D | ABI47_0_0RCTTurboModule.h | 45 std::shared_ptr<CallInvoker> nativeInvoker; member 120 (std::shared_ptr<ABI47_0_0facebook::ABI47_0_0React::CallInvoker>)nativeInvoker;
|
| H A D | ABI47_0_0RCTTurboModuleManager.mm | 296 …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 D | ABI48_0_0JavaTurboModule.h | 40 std::shared_ptr<CallInvoker> nativeInvoker; member
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/ |
| H A D | ABI47_0_0JavaTurboModule.h | 40 std::shared_ptr<CallInvoker> nativeInvoker; member
|