Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DPermissionMonitorTest.java629 verify(mNetdService).firewallRemoveUidInterfaceRules(aryEq(new int[] {MOCK_UID1})); in testUidFilteringDuringVpnConnectDisconnectAndUidUpdates()
639 verify(mNetdService).firewallRemoveUidInterfaceRules(aryEq(new int[] {MOCK_UID1})); in testUidFilteringDuringVpnConnectDisconnectAndUidUpdates()
648 verify(mNetdService).firewallRemoveUidInterfaceRules(aryEq(new int[] {MOCK_UID2})); in testUidFilteringDuringVpnConnectDisconnectAndUidUpdates()
672 verify(mNetdService).firewallRemoveUidInterfaceRules(aryEq(new int[] {MOCK_UID1})); in testUidFilteringDuringPackageInstallAndUninstall()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetd.aidl111 void firewallRemoveUidInterfaceRules(in int[] uids); in firewallRemoveUidInterfaceRules() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl112 void firewallRemoveUidInterfaceRules(in int[] uids); in firewallRemoveUidInterfaceRules() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl112 void firewallRemoveUidInterfaceRules(in int[] uids); in firewallRemoveUidInterfaceRules() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl134 void firewallRemoveUidInterfaceRules(in int[] uids); in firewallRemoveUidInterfaceRules() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl134 void firewallRemoveUidInterfaceRules(in int[] uids); in firewallRemoveUidInterfaceRules() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl112 void firewallRemoveUidInterfaceRules(in int[] uids); in firewallRemoveUidInterfaceRules() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl134 void firewallRemoveUidInterfaceRules(in int[] uids); in firewallRemoveUidInterfaceRules() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl1218 void firewallRemoveUidInterfaceRules(in int[] uids); in firewallRemoveUidInterfaceRules() method
/aosp12/system/netd/server/
H A DNetdNativeService.h50 binder::Status firewallRemoveUidInterfaceRules(const std::vector<int32_t>& uids) override;
H A DNetdNativeService.cpp1233 binder::Status NetdNativeService::firewallRemoveUidInterfaceRules( in firewallRemoveUidInterfaceRules() function in android::net::NetdNativeService
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DPermissionMonitor.java701 mNetd.firewallRemoveUidInterfaceRules(toIntArray(uids)); in updateVpnUids()
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp6151 mNetdSrv->firewallRemoveUidInterfaceRules(tmpUids); in ~ScopedVirtualNetwork()
6163 if (auto r = mNetdSrv->firewallRemoveUidInterfaceRules({static_cast<int>(uid)}); in disableVpnIsolation()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java9461 verify(mMockNetd).firewallRemoveUidInterfaceRules(uidCaptor.capture()); in testFullyRoutedVpnResultsInInterfaceFilteringRules()
9522 inOrder.verify(mMockNetd).firewallRemoveUidInterfaceRules(uidCaptor.capture()); in testVpnHandoverChangesInterfaceFilteringRule()
9534 verify(mMockNetd).firewallRemoveUidInterfaceRules(uidCaptor.capture()); in testVpnHandoverChangesInterfaceFilteringRule()
9586 inOrder.verify(mMockNetd).firewallRemoveUidInterfaceRules(uidCaptor.capture()); in testUidUpdateChangesInterfaceFilteringRule()
/aosp12/frameworks/base/services/
H A Dart-profile365 PLandroid/net/INetd$Stub$Proxy;->firewallRemoveUidInterfaceRules([I)V