Home
last modified time | relevance | path

Searched refs:onEventStart (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0EventLogger.h27 virtual EventTag onEventStart(const char *name) = 0;
H A DABI49_0_0EventDispatcher.cpp46 rawEvent.loggingTag = eventLogger->onEventStart(rawEvent.type.c_str()); in dispatchEvent()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.h130 EventTag onEventStart(const char *name) override;
H A DABI49_0_0PerformanceEntryReporter.cpp339 EventTag PerformanceEntryReporter::onEventStart(const char *name) { in onEventStart() function in ABI49_0_0facebook::ABI49_0_0React::PerformanceEntryReporter