Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DSockDiagTest.cpp324 constexpr static uid_t START_UID = 8000; // START_UID + number of sockets must be <= 9999. member in android::net::SockDiagMicroBenchmarkTest
325 constexpr static int CLOSE_UID = START_UID + UID_SOCKETS - 42; // Close to the end
326 static_assert(START_UID + MAX_SOCKETS < 9999, "Too many sockets");
353 uid_t uid = START_UID + i; in modifySocketForTest()
408 return i == CLOSE_UID - START_UID; in shouldHaveClosedSocket()
410 uid_t uid = i + START_UID; in shouldHaveClosedSocket()