Searched refs:CLOSE_UID (Results 1 – 1 of 1) sorted by relevance
208 constexpr static int CLOSE_UID = START_UID + UID_SOCKETS - 42; // Close to the end member in SockDiagMicroBenchmarkTest231 ret = mSd.destroySockets(IPPROTO_TCP, CLOSE_UID); in destroySockets()232 EXPECT_LE(0, ret) << ": Failed to destroy sockets for UID " << CLOSE_UID << ": " << in destroySockets()252 return i == CLOSE_UID - START_UID; in shouldHaveClosedSocket()352 constexpr int SockDiagMicroBenchmarkTest::CLOSE_UID; member in SockDiagMicroBenchmarkTest