Home
last modified time | relevance | path

Searched refs:eventAsString (Results 1 – 16 of 16) sorted by relevance

/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.h61 std::string eventAsString = "{NativeMap:null}"; in receiveEvent() local
64 eventAsString = event->toString(); in receiveEvent()
73 handler_(eventKey->toString(), eventAsString); in receiveEvent()
H A DNativeProxy.cpp239 std::string eventName, std::string eventAsString) { in installJSIBindings() argument
246 module->onEvent(eventName, eventAsString); in installJSIBindings()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.h61 std::string eventAsString = "{NativeMap:null}"; in receiveEvent() local
64 eventAsString = event->toString(); in receiveEvent()
73 handler_(eventKey->toString(), eventAsString); in receiveEvent()
H A DNativeProxy.cpp231 std::string eventName, std::string eventAsString) { in installJSIBindings() argument
238 module->onEvent(eventName, eventAsString); in installJSIBindings()
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp351 std::string eventAsString; in handleEvent() local
353 eventAsString = event->toString(); in handleEvent()
362 std::string eventJSON = eventAsString; in handleEvent()
365 std::string eventJSON = eventAsString.substr(13, eventAsString.length() - 15); in handleEvent()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DNativeProxy.cpp351 std::string eventAsString; in handleEvent() local
353 eventAsString = event->toString(); in handleEvent()
362 std::string eventJSON = eventAsString; in handleEvent()
365 std::string eventJSON = eventAsString.substr(13, eventAsString.length() - 15); in handleEvent()
/expo/ios/vendored/sdk47/react-native-reanimated/ios/native/
H A DNativeProxy.mm342 std::string eventAsString;
344 eventAsString = folly::toJson(convertIdToFollyDynamic([event arguments][2]));
351 eventAsString = "{ NativeMap:" + eventAsString + "}";
355 module->onEvent(eventNameString, eventAsString);
/expo/ios/vendored/sdk48/react-native-reanimated/ios/native/
H A DNativeProxy.mm346 std::string eventAsString;
348 eventAsString = folly::toJson(convertIdToFollyDynamic([event arguments][2]));
355 eventAsString = "{ NativeMap:" + eventAsString + "}";
359 module->onEvent(eventNameString, eventAsString);
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.h81 void onEvent(std::string eventName, std::string eventAsString);
H A DNativeReanimatedModule.cpp269 std::string eventAsString) { in onEvent() argument
271 eventHandlerRegistry->processEvent(*runtime, eventName, eventAsString); in onEvent()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.h81 void onEvent(std::string eventName, std::string eventAsString);
H A DNativeReanimatedModule.cpp268 std::string eventAsString) { in onEvent() argument
270 eventHandlerRegistry->processEvent(*runtime, eventName, eventAsString); in onEvent()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.h81 void onEvent(std::string eventName, std::string eventAsString);
H A DNativeReanimatedModule.cpp269 std::string eventAsString) { in onEvent() argument
271 eventHandlerRegistry->processEvent(*runtime, eventName, eventAsString); in onEvent()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.h81 void onEvent(std::string eventName, std::string eventAsString);
H A DNativeReanimatedModule.cpp268 std::string eventAsString) { in onEvent() argument
270 eventHandlerRegistry->processEvent(*runtime, eventName, eventAsString); in onEvent()