| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/ |
| H A D | NativeProxy.h | 61 std::string eventAsString = "{NativeMap:null}"; in receiveEvent() local 64 eventAsString = event->toString(); in receiveEvent() 73 handler_(eventKey->toString(), eventAsString); in receiveEvent()
|
| H A D | NativeProxy.cpp | 239 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 D | NativeProxy.h | 61 std::string eventAsString = "{NativeMap:null}"; in receiveEvent() local 64 eventAsString = event->toString(); in receiveEvent() 73 handler_(eventKey->toString(), eventAsString); in receiveEvent()
|
| H A D | NativeProxy.cpp | 231 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 D | NativeProxy.cpp | 351 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 D | NativeProxy.cpp | 351 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 D | NativeProxy.mm | 342 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 D | NativeProxy.mm | 346 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 D | NativeReanimatedModule.h | 81 void onEvent(std::string eventName, std::string eventAsString);
|
| H A D | NativeReanimatedModule.cpp | 269 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 D | NativeReanimatedModule.h | 81 void onEvent(std::string eventName, std::string eventAsString);
|
| H A D | NativeReanimatedModule.cpp | 268 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 D | NativeReanimatedModule.h | 81 void onEvent(std::string eventName, std::string eventAsString);
|
| H A D | NativeReanimatedModule.cpp | 269 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 D | NativeReanimatedModule.h | 81 void onEvent(std::string eventName, std::string eventAsString);
|
| H A D | NativeReanimatedModule.cpp | 268 std::string eventAsString) { in onEvent() argument 270 eventHandlerRegistry->processEvent(*runtime, eventName, eventAsString); in onEvent()
|