Home
last modified time | relevance | path

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

/system/netd/server/
DUidRanges.h32 static constexpr int LOWEST_SUB_PRIORITY = 999; variable
DUnreachableNetwork.cpp58 priority <= UidRanges::LOWEST_SUB_PRIORITY; in isValidSubPriority()
DPhysicalNetwork.cpp235 priority <= UidRanges::LOWEST_SUB_PRIORITY; in isValidSubPriority()
DNetworkController.cpp801 unsigned bestSubPriority = UidRanges::LOWEST_SUB_PRIORITY + 1; in getPhysicalOrUnreachableNetworkForUserLocked()
/system/netd/tests/
Dbinder_test.cpp4508 uidRangeConfig.subPriority = UidRanges::LOWEST_SUB_PRIORITY + 1; in TEST_F()