Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/callinvoker/ReactCommon/
H A DABI48_0_0CallInvoker.h23 virtual void invokeSync(std::function<void()> &&func) = 0;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/callinvoker/ReactCommon/
H A DABI47_0_0CallInvoker.h23 virtual void invokeSync(std::function<void()> &&func) = 0;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI48_0_0RuntimeSchedulerCallInvoker.h25 void invokeSync(std::function<void()> &&func) override;
H A DABI48_0_0RuntimeSchedulerCallInvoker.cpp25 void RuntimeSchedulerCallInvoker::invokeSync(std::function<void()> &&func) { in invokeSync() function in ABI48_0_0facebook::ABI48_0_0React::RuntimeSchedulerCallInvoker
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI47_0_0RuntimeSchedulerCallInvoker.h25 void invokeSync(std::function<void()> &&func) override;
H A DABI47_0_0RuntimeSchedulerCallInvoker.cpp26 void RuntimeSchedulerCallInvoker::invokeSync(std::function<void()> &&func) { in invokeSync() function in ABI47_0_0facebook::ABI47_0_0React::RuntimeSchedulerCallInvoker
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/callinvoker/ReactCommon/
H A DABI49_0_0CallInvoker.h32 virtual void invokeSync(CallFunc &&func) = 0;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI49_0_0RuntimeSchedulerCallInvoker.h26 void invokeSync(CallFunc &&func) override;
H A DABI49_0_0RuntimeSchedulerCallInvoker.cpp26 void RuntimeSchedulerCallInvoker::invokeSync(CallFunc &&func) { in invokeSync() function in ABI49_0_0facebook::ABI49_0_0React::RuntimeSchedulerCallInvoker
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.cpp46 void invokeSync(std::function<void()> &&func) override { in invokeSync() function in expo::__anon2acc11340111::SyncCallInvoker
60 void invokeSync(const std::string &methodName, std::function<void()> &&func) override { in invokeSync() function in expo::__anon2acc11340111::SyncNativeMethodCallInvoker
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI48_0_0BridgingTest.h24 void invokeSync(std::function<void()> &&) override { in invokeSync() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI49_0_0BridgingTest.h24 void invokeSync(std::function<void()> &&) override { in invokeSync() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI47_0_0BridgingTest.h24 void invokeSync(std::function<void()> &&) override { in invokeSync() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0NativeToJsBridge.cpp335 void invokeSync(std::function<void()> &&func) override { in getDecoratedNativeCallInvoker() function in ABI48_0_0facebook::ABI48_0_0React::NativeToJsBridge::getDecoratedNativeCallInvoker::NativeCallInvoker
336 m_nativeInvoker->invokeSync(std::move(func)); in getDecoratedNativeCallInvoker()
H A DABI48_0_0Instance.h168 void invokeSync(std::function<void()> &&work) override;
H A DABI48_0_0Instance.cpp254 void Instance::JSCallInvoker::invokeSync(std::function<void()> &&work) { in invokeSync() function in ABI48_0_0facebook::ABI48_0_0React::Instance::JSCallInvoker
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0NativeToJsBridge.cpp335 void invokeSync(std::function<void()> &&func) override { in getDecoratedNativeCallInvoker() function in ABI47_0_0facebook::ABI47_0_0React::NativeToJsBridge::getDecoratedNativeCallInvoker::NativeCallInvoker
336 m_nativeInvoker->invokeSync(std::move(func)); in getDecoratedNativeCallInvoker()
H A DABI47_0_0Instance.h168 void invokeSync(std::function<void()> &&work) override;
H A DABI47_0_0Instance.cpp254 void Instance::JSCallInvoker::invokeSync(std::function<void()> &&work) { in invokeSync() function in ABI47_0_0facebook::ABI47_0_0React::Instance::JSCallInvoker
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0NativeToJsBridge.cpp335 void invokeSync(std::function<void()> &&func) override { in getDecoratedNativeCallInvoker() function in ABI49_0_0facebook::ABI49_0_0React::NativeToJsBridge::getDecoratedNativeCallInvoker::NativeCallInvoker
336 m_nativeInvoker->invokeSync(std::move(func)); in getDecoratedNativeCallInvoker()
H A DABI49_0_0Instance.h168 void invokeSync(std::function<void()> &&work) override;
H A DABI49_0_0Instance.cpp260 void Instance::JSCallInvoker::invokeSync(std::function<void()> &&work) { in invokeSync() function in ABI49_0_0facebook::ABI49_0_0React::Instance::JSCallInvoker
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/
H A DABI49_0_0RCTTurboModuleManager.mm133 void invokeSync(std::function<void()> &&work) override
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/
H A DABI48_0_0RCTTurboModuleManager.mm129 void invokeSync(std::function<void()> &&work) override
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/
H A DABI47_0_0RCTTurboModuleManager.mm128 void invokeSync(std::function<void()> &&work) override