Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIIpSecService.aidl52 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/
DIpSecServiceParameterizedTest.java670 int tunnelResourceId = createTunnelResp.resourceId; in testApplyTunnelModeTransform() local
671 mIpSecService.applyTunnelModeTransform(tunnelResourceId, IpSecManager.DIRECTION_OUT, in testApplyTunnelModeTransform()
685 eq(tunnelResourceId)); in testApplyTunnelModeTransform()
688 ipSecConfig.setXfrmInterfaceId(tunnelResourceId); in testApplyTunnelModeTransform()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1365 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in addAddressToTunnelInterface() argument
1372 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in addAddressToTunnelInterface()
1394 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in removeAddressFromTunnelInterface() argument
1401 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in removeAddressFromTunnelInterface()
1736 int tunnelResourceId, int direction, in applyTunnelModeTransform() argument
1751 userRecord.mTunnelInterfaceRecords.getResourceOrThrow(tunnelResourceId); in applyTunnelModeTransform()