Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.h92 bool isReporting(PerformanceEntryType entryType) const { in isReporting() function
97 return isReporting(PerformanceEntryType::EVENT); in isReportingEvents()
H A DABI49_0_0PerformanceEntryReporter.cpp90 if (!isReporting(entryType)) { in logEntry()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/__tests__/
H A DABI49_0_0PerformanceEntryReporterTest.cpp43 ASSERT_TRUE(reporter.isReporting(PerformanceEntryType::MARK)); in TEST()
44 ASSERT_TRUE(reporter.isReporting(PerformanceEntryType::MEASURE)); in TEST()
46 ASSERT_FALSE(reporter.isReporting(PerformanceEntryType::EVENT)); in TEST()