Searched defs:tunnelResourceId (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/net/ |
H A D | IIpSecService.aidl | 52 int tunnelResourceId, in addAddressToTunnelInterface() 57 int tunnelResourceId, in removeAddressFromTunnelInterface() 62 int tunnelResourceId, in Network underlyingNetwork, in String callingPackage); in setNetworkForTunnelInterface() 75 int tunnelResourceId, int direction, int transformResourceId, in String callingPackage); in applyTunnelModeTransform()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | IpSecService.java | 1416 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in addAddressToTunnelInterface() 1445 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in removeAddressFromTunnelInterface() 1471 int tunnelResourceId, Network underlyingNetwork, String callingPackage) { in setNetworkForTunnelInterface() 1815 int tunnelResourceId, int direction, in applyTunnelModeTransform()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | IpSecServiceParameterizedTest.java | 902 int tunnelResourceId = createTunnelResp.resourceId; in verifyApplyTunnelModeTransformCommon() local 941 int tunnelResourceId = createTunnelResp.resourceId; in testApplyTunnelModeTransformWithClosedSpi() local
|