Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSDestroySocketTest.kt104 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestBackgroundRestrictionDestroySockets()
107 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestBackgroundRestrictionDestroySockets()
119 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestBackgroundRestrictionDestroySockets()
122 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestBackgroundRestrictionDestroySockets()
197 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in testReplaceFirewallChain()
207 .destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in testReplaceFirewallChain()
267 verify(destroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestDestroySockets()
279 verify(destroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestDestroySockets()
281 verify(destroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(setOf(TEST_UID)) in doTestDestroySockets()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/base/
DCSTest.kt270 open fun destroyLiveTcpSocketsByOwnerUids(ownerUids: Set<Int>) {} in destroyLiveTcpSocketsByOwnerUids() method in com.android.server.CSTest.DestroySocketsWrapper
379 override fun destroyLiveTcpSocketsByOwnerUids(ownerUids: Set<Int>) { in getCallingUid() method in com.android.server.CSTest
381 destroySocketsWrapper.destroyLiveTcpSocketsByOwnerUids(ownerUids) in getCallingUid()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DInetDiagMessage.java476 public static void destroyLiveTcpSocketsByOwnerUids(Set<Integer> ownerUids) in destroyLiveTcpSocketsByOwnerUids() method in InetDiagMessage
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java2345 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids){} in destroyLiveTcpSocketsByOwnerUids() method in DestroySocketsWrapper
2356 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids) { in destroyLiveTcpSocketsByOwnerUids() method
2360 mDestroySocketsWrapper.destroyLiveTcpSocketsByOwnerUids(new ArraySet<>(ownerUids)); in destroyLiveTcpSocketsByOwnerUids()
10592 verify(mDestroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(uids);
19050 verify(mDestroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(Set.of(TEST_FROZEN_UID));
19082 verify(mDestroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(any());
19084 verify(mDestroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(
19100 verify(mDestroySocketsWrapper).destroyLiveTcpSocketsByOwnerUids(
19103 verify(mDestroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(any());
19181 verify(mDestroySocketsWrapper, never()).destroyLiveTcpSocketsByOwnerUids(any());
[all …]
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java1740 public void destroyLiveTcpSocketsByOwnerUids(final Set<Integer> ownerUids) in destroyLiveTcpSocketsByOwnerUids() method
1742 InetDiagMessage.destroyLiveTcpSocketsByOwnerUids(ownerUids); in destroyLiveTcpSocketsByOwnerUids()
3549 mDeps.destroyLiveTcpSocketsByOwnerUids(uids);
13974 mDeps.destroyLiveTcpSocketsByOwnerUids(uidsOnChain /* ownerUids */);