Home
last modified time | relevance | path

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

/system/netd/tests/
Dnetlink_listener_test.cpp114 int rxErrorCount = 0; in checkMassiveSocketDestroy() local
116 const auto rxErrorHandler = [&rxErrorCount](const int, const int) { rxErrorCount++; }; in checkMassiveSocketDestroy()
143 int currentErrorCount = rxErrorCount; in checkMassiveSocketDestroy()
144 EXPECT_LT(0, rxErrorCount); in checkMassiveSocketDestroy()
146 EXPECT_EQ(currentErrorCount, rxErrorCount); in checkMassiveSocketDestroy()
149 EXPECT_EQ(0, rxErrorCount); in checkMassiveSocketDestroy()