Home
last modified time | relevance | path

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

123

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/callinvoker/ReactCommon/
H A DABI49_0_0CallInvoker.h26 virtual void invokeAsync(CallFunc &&func) = 0;
27 virtual void invokeAsync(SchedulerPriority /*priority*/, CallFunc &&func) { in invokeAsync() function
30 invokeAsync(std::move(func)); in invokeAsync()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI49_0_0RuntimeSchedulerCallInvoker.h25 void invokeAsync(CallFunc &&func) override;
27 void invokeAsync(SchedulerPriority priority, CallFunc &&func) override;
H A DABI49_0_0RuntimeSchedulerCallInvoker.cpp19 void RuntimeSchedulerCallInvoker::invokeAsync(CallFunc &&func) { in invokeAsync() function in ABI49_0_0facebook::ABI49_0_0React::RuntimeSchedulerCallInvoker
33 void RuntimeSchedulerCallInvoker::invokeAsync( in invokeAsync() function in ABI49_0_0facebook::ABI49_0_0React::RuntimeSchedulerCallInvoker
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/callinvoker/ReactCommon/
H A DABI48_0_0CallInvoker.h22 virtual void invokeAsync(std::function<void()> &&func) = 0;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/callinvoker/ReactCommon/
H A DABI47_0_0CallInvoker.h22 virtual void invokeAsync(std::function<void()> &&func) = 0;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI48_0_0RuntimeSchedulerCallInvoker.h24 void invokeAsync(std::function<void()> &&func) override;
H A DABI48_0_0RuntimeSchedulerCallInvoker.cpp18 void RuntimeSchedulerCallInvoker::invokeAsync(std::function<void()> &&func) { in invokeAsync() 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.h24 void invokeAsync(std::function<void()> &&func) override;
H A DABI47_0_0RuntimeSchedulerCallInvoker.cpp19 void RuntimeSchedulerCallInvoker::invokeAsync(std::function<void()> &&func) { in invokeAsync() function in ABI47_0_0facebook::ABI47_0_0React::RuntimeSchedulerCallInvoker
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTRuntimeExecutorFromBridge.mm18 - (void)invokeAsync:(std::function<void()> &&)func;
33 [bridge invokeAsync:[bridgeWeakWrapper, callback = std::move(callback)]() {
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp10 jsCallInvoker_->invokeAsync(std::move(job)); in scheduleOnJS()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp10 jsCallInvoker_->invokeAsync(std::move(job)); in scheduleOnJS()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp10 jsCallInvoker_->invokeAsync(std::move(job)); in scheduleOnJS()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp10 jsCallInvoker_->invokeAsync(std::move(job)); in scheduleOnJS()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp16 jsCallInvoker_->invokeAsync(std::move(job)); in scheduleOnJS()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp16 jsCallInvoker_->invokeAsync(std::move(job)); in scheduleOnJS()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp16 jsCallInvoker_->invokeAsync(std::move(job)); in scheduleOnJS()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp16 jsCallInvoker_->invokeAsync(std::move(job)); in scheduleOnJS()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI49_0_0TurboModule.cpp37 jsInvoker_->invokeAsync([&runtime, eventName, argFactory]() { in emitDeviceEvent()
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.cpp42 void invokeAsync(std::function<void()> &&func) override { in invokeAsync() function in expo::__anon2acc11340111::SyncCallInvoker
56 void invokeAsync(const std::string &methodName, std::function<void()> &&func) override { in invokeAsync() function in expo::__anon2acc11340111::SyncNativeMethodCallInvoker
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI48_0_0BridgingTest.h20 void invokeAsync(std::function<void()> &&fn) override { in invokeAsync() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI49_0_0BridgingTest.h20 void invokeAsync(std::function<void()> &&fn) override { in invokeAsync() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/tests/
H A DABI47_0_0BridgingTest.h20 void invokeAsync(std::function<void()> &&fn) override { in invokeAsync() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/
H A DABI47_0_0RCTSurfacePresenterBridgeAdapter.mm28 - (void)invokeAsync:(std::function<void()> &&)func;
56 [bridge invokeAsync:[bridgeWeakWrapper, callback = std::move(callback)]() {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/
H A DABI48_0_0RCTSurfacePresenterBridgeAdapter.mm29 - (void)invokeAsync:(std::function<void()> &&)func;
57 [bridge invokeAsync:[bridgeWeakWrapper, callback = std::move(callback)]() {

123