Searched refs:tunnelIface (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/vcn/ |
D | VcnGatewayConnection.java | 1588 @NonNull IpSecTunnelInterface tunnelIface, in updateNetworkAgent() 1595 mConnectionConfig, tunnelIface, childConfig, mUnderlying); in updateNetworkAgent() 1605 @NonNull IpSecTunnelInterface tunnelIface, in buildNetworkAgent() 1611 mConnectionConfig, tunnelIface, childConfig, mUnderlying); in buildNetworkAgent() 1688 @NonNull IpSecTunnelInterface tunnelIface, in applyTransform() argument 1697 tunnelIface.setUnderlyingNetwork(underlyingNetwork); in applyTransform() 1700 mIpSecManager.applyTunnelModeTransform(tunnelIface, direction, transform); in applyTransform() 1708 tunnelIface, IpSecManager.DIRECTION_FWD, transform); in applyTransform() 1718 @NonNull IpSecTunnelInterface tunnelIface, in setupInterface() argument 1738 tunnelIface.addAddress(address.getAddress(), address.getPrefixLength()); in setupInterface() [all …]
|
/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
D | VcnGatewayConnectionDisconnectedStateTest.java | 49 final IpSecTunnelInterface tunnelIface = in setUp() local 53 mGatewayConnection.setTunnelInterface(tunnelIface); in setUp()
|