Home
last modified time | relevance | path

Searched defs:tunnelResourceId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DIIpSecService.aidl53 int tunnelResourceId, in addAddressToTunnelInterface()
58 int tunnelResourceId, in removeAddressFromTunnelInterface()
63 int tunnelResourceId, in Network underlyingNetwork, in String callingPackage); in setNetworkForTunnelInterface()
84 int tunnelResourceId, int direction, int transformResourceId, in String callingPackage); in applyTunnelModeTransform()
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java1484 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in addAddressToTunnelInterface()
1511 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in removeAddressFromTunnelInterface()
1535 int tunnelResourceId, Network underlyingNetwork, String callingPackage) { in setNetworkForTunnelInterface()
1974 int tunnelResourceId, int direction, int transformResourceId, String callingPackage) in applyTunnelModeTransform()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java1021 int tunnelResourceId = createTunnelResp.resourceId; in verifyApplyTunnelModeTransformCommon() local
1074 int tunnelResourceId = createTunnelResp.resourceId; in testApplyTunnelModeTransformWithClosedSpi() local