Searched refs:tunnelIface (Results 1 – 3 of 3) sorted by relevance
/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()
|
D | VcnGatewayConnectionTest.java | 203 final IpSecTunnelInterface tunnelIface = in testBuildLinkProperties() local 228 tunnelIface, in testBuildLinkProperties() 242 tunnelIface, in testBuildLinkProperties() 249 assertEquals(tunnelIface.getInterfaceName(), vcnLp1.getInterfaceName()); in testBuildLinkProperties()
|
/frameworks/base/services/core/java/com/android/server/vcn/ |
D | VcnGatewayConnection.java | 1779 @NonNull IpSecTunnelInterface tunnelIface, in updateNetworkAgent() 1788 tunnelIface, in updateNetworkAgent() 1801 @NonNull IpSecTunnelInterface tunnelIface, in buildNetworkAgent() 1809 tunnelIface, in buildNetworkAgent() 1899 @NonNull IpSecTunnelInterface tunnelIface, in applyTransform() argument 1908 tunnelIface.setUnderlyingNetwork(underlyingNetwork); in applyTransform() 1911 mIpSecManager.applyTunnelModeTransform(tunnelIface, direction, transform); in applyTransform() 1925 tunnelIface, IpSecManager.DIRECTION_FWD, transform); in applyTransform() 1935 @NonNull IpSecTunnelInterface tunnelIface, in setupInterface() argument 1955 tunnelIface.addAddress(address.getAddress(), address.getPrefixLength()); in setupInterface() [all …]
|