Home
last modified time | relevance | path

Searched refs:isReportingEvents (Results 1 – 3 of 3) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.cpp340 if (!isReportingEvents()) { in onEventStart()
367 if (!isReportingEvents() || tag == 0) { in onEventDispatch()
381 if (!isReportingEvents() || tag == 0) { in onEventEnd()
H A DABI49_0_0PerformanceEntryReporter.h96 bool isReportingEvents() const { in isReportingEvents() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/__tests__/
H A DABI49_0_0PerformanceEntryReporterTest.cpp47 ASSERT_FALSE(reporter.isReportingEvents()); in TEST()