Home
last modified time | relevance | path

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

/aosp12/system/netd/tests/
H A Dnetlink_listener_test.cpp110 int rxErrorCount = 0; in checkMassiveSocketDestroy() local
112 const auto rxErrorHandler = [&rxErrorCount](const int, const int) { rxErrorCount++; }; in checkMassiveSocketDestroy()
139 int currentErrorCount = rxErrorCount; in checkMassiveSocketDestroy()
142 EXPECT_LE(0, rxErrorCount); in checkMassiveSocketDestroy()
143 if (!rxErrorCount) return true; in checkMassiveSocketDestroy()
146 EXPECT_EQ(currentErrorCount, rxErrorCount); in checkMassiveSocketDestroy()
149 EXPECT_EQ(0, rxErrorCount); in checkMassiveSocketDestroy()