Home
last modified time | relevance | path

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

12

/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp83 const DispatchCommandFunction dispatchCommand, in decorateUIRuntime() argument
103 jsi_utils::installJsiFunction(rt, "_dispatchCommand", dispatchCommand); in decorateUIRuntime()
H A DRuntimeDecorator.h44 const DispatchCommandFunction dispatchCommand,
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp83 const DispatchCommandFunction dispatchCommand, in decorateUIRuntime() argument
103 jsi_utils::installJsiFunction(rt, "_dispatchCommand", dispatchCommand); in decorateUIRuntime()
H A DRuntimeDecorator.h44 const DispatchCommandFunction dispatchCommand,
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp83 const DispatchCommandFunction dispatchCommand, in decorateUIRuntime() argument
103 jsi_utils::installJsiFunction(rt, "_dispatchCommand", dispatchCommand); in decorateUIRuntime()
H A DRuntimeDecorator.h44 const DispatchCommandFunction dispatchCommand,
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp83 const DispatchCommandFunction dispatchCommand, in decorateUIRuntime() argument
103 jsi_utils::installJsiFunction(rt, "_dispatchCommand", dispatchCommand); in decorateUIRuntime()
H A DRuntimeDecorator.h44 const DispatchCommandFunction dispatchCommand,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/
H A DABI47_0_0RCTMountingManager.h56 - (void)dispatchCommand:(ABI47_0_0ReactTag)ABI47_0_0ReactTag commandName:(NSString *)commandName ar…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/
H A DABI48_0_0RCTMountingManager.h56 - (void)dispatchCommand:(ABI48_0_0ReactTag)ABI48_0_0ReactTag commandName:(NSString *)commandName ar…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/
H A DABI49_0_0RCTMountingManager.h57 - (void)dispatchCommand:(ABI49_0_0ReactTag)ABI49_0_0ReactTag commandName:(NSString *)commandName ar…
H A DABI49_0_0RCTMountingManager.mm216 - (void)dispatchCommand:(ABI49_0_0ReactTag)ABI49_0_0ReactTag commandName:(NSString *)commandName ar…
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp132 auto dispatchCommand = [this]( in NativeReanimatedModule() local
137 this->dispatchCommand(rt, shadowNodeValue, commandNameValue, argsValue); in NativeReanimatedModule()
147 dispatchCommand, in NativeReanimatedModule()
601 void NativeReanimatedModule::dispatchCommand( in dispatchCommand() function in reanimated::NativeReanimatedModule
609 uiManager_->dispatchCommand(shadowNode, commandName, args); in dispatchCommand()
H A DNativeReanimatedModule.h129 void dispatchCommand(
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp132 auto dispatchCommand = [this]( in NativeReanimatedModule() local
137 this->dispatchCommand(rt, shadowNodeValue, commandNameValue, argsValue); in NativeReanimatedModule()
147 dispatchCommand, in NativeReanimatedModule()
601 void NativeReanimatedModule::dispatchCommand( in dispatchCommand() function in ABI49_0_0reanimated::NativeReanimatedModule
609 uiManager_->dispatchCommand(shadowNode, commandName, args); in dispatchCommand()
H A DNativeReanimatedModule.h129 void dispatchCommand(
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp132 auto dispatchCommand = [this]( in NativeReanimatedModule() local
137 this->dispatchCommand(rt, shadowNodeValue, commandNameValue, argsValue); in NativeReanimatedModule()
147 dispatchCommand, in NativeReanimatedModule()
601 void NativeReanimatedModule::dispatchCommand( in dispatchCommand() function in reanimated::NativeReanimatedModule
609 uiManager_->dispatchCommand(shadowNode, commandName, args); in dispatchCommand()
H A DNativeReanimatedModule.h129 void dispatchCommand(
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp132 auto dispatchCommand = [this]( in NativeReanimatedModule() local
137 this->dispatchCommand(rt, shadowNodeValue, commandNameValue, argsValue); in NativeReanimatedModule()
147 dispatchCommand, in NativeReanimatedModule()
601 void NativeReanimatedModule::dispatchCommand( in dispatchCommand() function in reanimated::NativeReanimatedModule
609 uiManager_->dispatchCommand(shadowNode, commandName, args); in dispatchCommand()
H A DNativeReanimatedModule.h129 void dispatchCommand(
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManager.h161 void dispatchCommand(
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManager.h160 void dispatchCommand(
H A DABI47_0_0UIManager.cpp327 void UIManager::dispatchCommand( in dispatchCommand() function in ABI47_0_0facebook::ABI47_0_0React::UIManager
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManager.h160 void dispatchCommand(
H A DABI48_0_0UIManager.cpp324 void UIManager::dispatchCommand( in dispatchCommand() function in ABI48_0_0facebook::ABI48_0_0React::UIManager

12