Searched refs:tunnelResourceId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | IIpSecService.aidl | 52 int tunnelResourceId, in addAddressToTunnelInterface() argument 57 int tunnelResourceId, in removeAddressFromTunnelInterface() argument 72 int tunnelResourceId, int direction, int transformResourceId, in String callingPackage); in applyTunnelModeTransform() argument
|
/frameworks/base/tests/net/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 730 int tunnelResourceId = createTunnelResp.resourceId; in verifyApplyTunnelModeTransformCommon() local 731 mIpSecService.applyTunnelModeTransform(tunnelResourceId, IpSecManager.DIRECTION_OUT, in verifyApplyTunnelModeTransformCommon() 745 eq(tunnelResourceId)); in verifyApplyTunnelModeTransformCommon() 748 ipSecConfig.setXfrmInterfaceId(tunnelResourceId); in verifyApplyTunnelModeTransformCommon() 769 int tunnelResourceId = createTunnelResp.resourceId; in testApplyTunnelModeTransformWithClosedSpi() local 770 mIpSecService.applyTunnelModeTransform(tunnelResourceId, IpSecManager.DIRECTION_OUT, in testApplyTunnelModeTransformWithClosedSpi() 784 eq(tunnelResourceId)); in testApplyTunnelModeTransformWithClosedSpi() 787 ipSecConfig.setXfrmInterfaceId(tunnelResourceId); in testApplyTunnelModeTransformWithClosedSpi()
|
/frameworks/base/services/core/java/com/android/server/ |
D | IpSecService.java | 1380 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in addAddressToTunnelInterface() argument 1387 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in addAddressToTunnelInterface() 1409 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in removeAddressFromTunnelInterface() argument 1416 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in removeAddressFromTunnelInterface() 1751 int tunnelResourceId, int direction, in applyTunnelModeTransform() argument 1766 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in applyTunnelModeTransform()
|