Home
last modified time | relevance | path

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

12

/expo/ios/vendored/sdk47/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI47_0_0SkiaManager.mm36 auto callInvoker = bridge.jsCallInvoker;
40 …ntext = std::make_shared<ABI47_0_0RNSkia::ABI47_0_0RNSkiOSPlatformContext>(jsRuntime, callInvoker);
43 …_skManager = std::make_shared<ABI47_0_0RNSkia::ABI47_0_0RNSkManager>(jsRuntime, callInvoker, _plat…
H A DABI47_0_0RNSkiOSPlatformContext.h36 std::shared_ptr<ABI47_0_0React::CallInvoker> callInvoker) in ABI47_0_0RNSkiOSPlatformContext() argument
37 : ABI47_0_0RNSkPlatformContext(runtime, callInvoker, [[UIScreen mainScreen] scale]) { in ABI47_0_0RNSkiOSPlatformContext()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI48_0_0SkiaManager.mm36 auto callInvoker = bridge.jsCallInvoker;
40 …ntext = std::make_shared<ABI48_0_0RNSkia::ABI48_0_0RNSkiOSPlatformContext>(jsRuntime, callInvoker);
43 …_skManager = std::make_shared<ABI48_0_0RNSkia::ABI48_0_0RNSkManager>(jsRuntime, callInvoker, _plat…
H A DABI48_0_0RNSkiOSPlatformContext.h38 std::shared_ptr<ABI48_0_0React::CallInvoker> callInvoker) in ABI48_0_0RNSkiOSPlatformContext() argument
39 : ABI48_0_0RNSkPlatformContext(runtime, callInvoker, in ABI48_0_0RNSkiOSPlatformContext()
/expo/packages/expo-modules-core/ios/JSI/
H A DEXJavaScriptRuntime.h29 std::shared_ptr<react::CallInvoker> callInvoker,
45 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker;
55 - (std::shared_ptr<react::CallInvoker>)callInvoker;
H A DEXJavaScriptRuntime.mm47 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker
54 _jsCallInvoker = callInvoker;
64 - (std::shared_ptr<react::CallInvoker>)callInvoker
93 std::shared_ptr<react::CallInvoker> callInvoker,
114 std::shared_ptr<react::CallInvoker> callInvoker,
117 if (!callInvoker) {
123 …auto promiseSetup = [callInvoker, block, thisValue, arguments](jsi::Runtime &runtime, std::shared_…
124 …expo::callPromiseSetupWithBlock(runtime, callInvoker, promise, ^(RCTPromiseResolveBlock resolver, …
193 auto callInvoker = weakCallInvoker.lock();
198 return block(runtime, callInvoker, thisValue, arguments);
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJavaScriptRuntime.h29 std::shared_ptr<react::CallInvoker> callInvoker,
45 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker;
55 - (std::shared_ptr<react::CallInvoker>)callInvoker;
H A DABI47_0_0EXJavaScriptRuntime.mm52 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker
59 _jsCallInvoker = callInvoker;
70 - (std::shared_ptr<react::CallInvoker>)callInvoker
104 std::shared_ptr<react::CallInvoker> callInvoker,
125 std::shared_ptr<react::CallInvoker> callInvoker,
128 if (!callInvoker) {
134 …auto promiseSetup = [callInvoker, block, thisValue, arguments](jsi::Runtime &runtime, std::shared_…
135 …ABI47_0_0expo::callPromiseSetupWithBlock(runtime, callInvoker, promise, ^(ABI47_0_0RCTPromiseResol…
207 auto callInvoker = weakCallInvoker.lock();
212 return block(runtime, callInvoker, thisValue, arguments);
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJavaScriptRuntime.h29 std::shared_ptr<react::CallInvoker> callInvoker,
45 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker;
55 - (std::shared_ptr<react::CallInvoker>)callInvoker;
H A DABI48_0_0EXJavaScriptRuntime.mm55 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker
62 _jsCallInvoker = callInvoker;
73 - (std::shared_ptr<react::CallInvoker>)callInvoker
107 std::shared_ptr<react::CallInvoker> callInvoker,
128 std::shared_ptr<react::CallInvoker> callInvoker,
131 if (!callInvoker) {
137 …auto promiseSetup = [callInvoker, block, thisValue, arguments](jsi::Runtime &runtime, std::shared_…
138 …ABI48_0_0expo::callPromiseSetupWithBlock(runtime, callInvoker, promise, ^(ABI48_0_0RCTPromiseResol…
210 auto callInvoker = weakCallInvoker.lock();
215 return block(runtime, callInvoker, thisValue, arguments);
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJavaScriptRuntime.h29 std::shared_ptr<react::CallInvoker> callInvoker,
45 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker;
55 - (std::shared_ptr<react::CallInvoker>)callInvoker;
H A DABI49_0_0EXJavaScriptRuntime.mm47 callInvoker:(std::shared_ptr<react::CallInvoker>)callInvoker
54 _jsCallInvoker = callInvoker;
64 - (std::shared_ptr<react::CallInvoker>)callInvoker
93 std::shared_ptr<react::CallInvoker> callInvoker,
114 std::shared_ptr<react::CallInvoker> callInvoker,
117 if (!callInvoker) {
123 …auto promiseSetup = [callInvoker, block, thisValue, arguments](jsi::Runtime &runtime, std::shared_…
124 …ABI49_0_0expo::callPromiseSetupWithBlock(runtime, callInvoker, promise, ^(ABI49_0_0RCTPromiseResol…
193 auto callInvoker = weakCallInvoker.lock();
198 return block(runtime, callInvoker, thisValue, arguments);
/expo/packages/expo-av/android/src/main/cpp/
H A DJAVManager.cpp46 auto callInvoker = jsCallInvokerHolder->cthis()->getCallInvoker(); in installJSIBindings() local
48 auto function = [this, callInvoker](jsi::Runtime &runtime, in installJSIBindings()
70 mediaPlayer->setSampleBufferCallback([callbackShared, &runtime, callInvoker]( in installJSIBindings()
103 callInvoker->invokeAsync([callbackShared, &runtime, sample]() { in installJSIBindings()
/expo/ios/vendored/sdk47/react-native-reanimated/ios/native/
H A DABI47_0_0REAInitializer.mm45 auto callInvoker = std::make_shared<ABI47_0_0React::BridgeJSCallInvoker>(bridge.reactInstance);
46 auto reanimatedModule = ABI47_0_0reanimated::createReanimatedModule(bridge, callInvoker);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h36 std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument
39 _callInvoker(callInvoker), in RNSkPlatformContext()
/expo/ios/vendored/sdk48/react-native-reanimated/ios/native/
H A DABI48_0_0REAInitializer.mm46 auto callInvoker = std::make_shared<ABI48_0_0React::BridgeJSCallInvoker>(bridge.reactInstance);
47 auto reanimatedModule = ABI48_0_0reanimated::createReanimatedModule(bridge, callInvoker);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/
H A DABI48_0_0RNSkPlatformContext.h36 std::shared_ptr<ABI48_0_0React::CallInvoker> callInvoker, in ABI48_0_0RNSkPlatformContext() argument
39 _callInvoker(callInvoker), in ABI48_0_0RNSkPlatformContext()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h35 jsi::Runtime *runtime, std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument
38 _callInvoker(callInvoker), in RNSkPlatformContext()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/
H A DABI47_0_0RNSkPlatformContext.h35 jsi::Runtime *runtime, std::shared_ptr<ABI47_0_0React::CallInvoker> callInvoker, in ABI47_0_0RNSkPlatformContext() argument
38 _callInvoker(callInvoker), in ABI47_0_0RNSkPlatformContext()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h39 std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument
42 _callInvoker(callInvoker), in RNSkPlatformContext()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h39 std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument
42 _callInvoker(callInvoker), in RNSkPlatformContext()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/
H A DABI49_0_0RNSkPlatformContext.h39 std::shared_ptr<ABI49_0_0React::CallInvoker> callInvoker, in ABI49_0_0RNSkPlatformContext() argument
42 _callInvoker(callInvoker), in ABI49_0_0RNSkPlatformContext()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkPlatformContext.h39 std::shared_ptr<react::CallInvoker> callInvoker, in RNSkPlatformContext() argument
42 _callInvoker(callInvoker), in RNSkPlatformContext()
/expo/packages/expo-dev-menu/ios/ReactNativeCompatibles/ReactNative/
H A DDevClientAppDelegate.mm86 std::shared_ptr<facebook::react::CallInvoker> callInvoker =
90 … jsInvoker:callInvoker];
/expo/packages/expo-dev-menu/ios/ReactNativeCompatibles/ReactNative72/
H A DDevClientAppDelegate.mm78 std::shared_ptr<facebook::react::CallInvoker> callInvoker =
80 …anager = [[RCTTurboModuleManager alloc] initWithBridge:bridge delegate:self jsInvoker:callInvoker];

12