Searched refs:tunnelResourceId (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IIpSecService.aidl | 53 int tunnelResourceId, in addAddressToTunnelInterface() argument 58 int tunnelResourceId, in removeAddressFromTunnelInterface() argument 63 int tunnelResourceId, in Network underlyingNetwork, in String callingPackage); in setNetworkForTunnelInterface() argument 84 int tunnelResourceId, int direction, int transformResourceId, in String callingPackage); in applyTunnelModeTransform() argument
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 1024 int tunnelResourceId = createTunnelResp.resourceId; in verifyApplyTunnelModeTransformCommon() local 1032 tunnelResourceId, direction, transformResourceId, BLESSED_PACKAGE); in verifyApplyTunnelModeTransformCommon() 1045 eq(tunnelResourceId)); in verifyApplyTunnelModeTransformCommon() 1048 ipSecConfig.setXfrmInterfaceId(tunnelResourceId); in verifyApplyTunnelModeTransformCommon() 1058 return tunnelResourceId; in verifyApplyTunnelModeTransformCommon() 1077 int tunnelResourceId = createTunnelResp.resourceId; in testApplyTunnelModeTransformWithClosedSpi() local 1079 tunnelResourceId, IpSecManager.DIRECTION_OUT, transformResourceId, BLESSED_PACKAGE); in testApplyTunnelModeTransformWithClosedSpi() 1092 eq(tunnelResourceId)); in testApplyTunnelModeTransformWithClosedSpi() 1095 ipSecConfig.setXfrmInterfaceId(tunnelResourceId); in testApplyTunnelModeTransformWithClosedSpi()
|
/packages/modules/Connectivity/service-t/src/com/android/server/ |
D | IpSecService.java | 1484 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in addAddressToTunnelInterface() argument 1491 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in addAddressToTunnelInterface() 1511 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in removeAddressFromTunnelInterface() argument 1518 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in removeAddressFromTunnelInterface() 1535 int tunnelResourceId, Network underlyingNetwork, String callingPackage) { in setNetworkForTunnelInterface() argument 1544 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in setNetworkForTunnelInterface() 1974 int tunnelResourceId, int direction, int transformResourceId, String callingPackage) in applyTunnelModeTransform() argument 1989 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in applyTunnelModeTransform()
|