Home
last modified time | relevance | path

Searched refs:IpSecTunnelInterface (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DIpSecManagerTest.java264 private IpSecManager.IpSecTunnelInterface createAndValidateVti(int resourceId, String intfName) in createAndValidateVti()
273 IpSecManager.IpSecTunnelInterface tunnelIntf = mIpSecManager.createIpSecTunnelInterface( in createAndValidateVti()
282 IpSecManager.IpSecTunnelInterface tunnelIntf = in testCreateVti()
293 IpSecManager.IpSecTunnelInterface tunnelIntf = in testAddRemoveAddressesFromVti()
/aosp12/frameworks/base/core/java/android/net/
H A DIpSecManager.java732 public static final class IpSecTunnelInterface implements AutoCloseable { class in IpSecManager
833 private IpSecTunnelInterface(@NonNull Context ctx, @NonNull IIpSecService service, in IpSecTunnelInterface() method in IpSecManager.IpSecTunnelInterface
939 public IpSecTunnelInterface createIpSecTunnelInterface(@NonNull InetAddress localAddress, in createIpSecTunnelInterface()
943 return new IpSecTunnelInterface( in createIpSecTunnelInterface()
970 public void applyTunnelModeTransform(@NonNull IpSecTunnelInterface tunnel, in applyTunnelModeTransform()
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionDisconnectedStateTest.java19 import static android.net.IpSecManager.IpSecTunnelInterface;
49 final IpSecTunnelInterface tunnelIface = in setUp()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpSecManagerTunnelTest.java46 import android.net.IpSecManager.IpSecTunnelInterface;
265 Network ipsecNetwork, IpSecTunnelInterface tunnelIface, TunUtils underlyingTunUtils) in run()
332 Network ipsecNetwork, IpSecTunnelInterface tunnelIface, TunUtils tunUtils) in getIpSecTunnelTestRunnable()
381 Network ipsecNetwork, IpSecTunnelInterface tunnelIface, TunUtils tunUtils)
426 Network ipsecNetwork, IpSecTunnelInterface tunnelIface, TunUtils tunUtils)
503 Network ipsecNetwork, IpSecTunnelInterface tunnelIface, TunUtils tunUtils)
559 IpSecTunnelInterface tunnelIface,
827 IpSecManager.IpSecTunnelInterface tunnelIface =
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DChildSessionCallback.java23 import android.net.IpSecManager.IpSecTunnelInterface;
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java43 import android.net.IpSecManager.IpSecTunnelInterface;
534 @Nullable private IpSecTunnelInterface mTunnelIface = null;
1600 @NonNull IpSecTunnelInterface tunnelIface, in updateNetworkAgent()
1617 @NonNull IpSecTunnelInterface tunnelIface, in buildNetworkAgent()
1698 @NonNull IpSecTunnelInterface tunnelIface, in applyTransform()
1728 @NonNull IpSecTunnelInterface tunnelIface, in setupInterface()
1885 @NonNull IpSecTunnelInterface tunnelIface, in setupInterfaceAndNetworkAgent()
2066 @NonNull IpSecTunnelInterface tunnelIface, in buildConnectedLinkProperties()
2278 void setTunnelInterface(IpSecTunnelInterface tunnelIface) { in setTunnelInterface()
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java261 private IpSecManager.IpSecTunnelInterface mIface;
351 public IpSecManager.IpSecTunnelInterface getIface() { in getIface()
355 public void setIface(IpSecManager.IpSecTunnelInterface iface) { in setIface()
460 IpSecManager.IpSecTunnelInterface tunnelInterface = tunnelConfig.getIface(); in onIkeSessionConnectionInfoChanged()
523 IpSecManager.IpSecTunnelInterface tunnelInterface = tunnelConfig.getIface(); in onOpened()
1288 IpSecManager.IpSecTunnelInterface iface = tunnelConfig.getIface(); in handleMessage()
/aosp12/frameworks/base/core/api/
H A Dsystem-lint-baseline.txt18 GenericException: android.net.IpSecManager.IpSecTunnelInterface#finalize():
H A Dsystem-current.txt7403 …c void applyTunnelModeTransform(@NonNull android.net.IpSecManager.IpSecTunnelInterface, int, @NonN…
7404 ….permission.MANAGE_IPSEC_TUNNELS) public android.net.IpSecManager.IpSecTunnelInterface createIpSec…
7407 public static final class IpSecManager.IpSecTunnelInterface implements java.lang.AutoCloseable {
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java60 import android.net.IpSecManager.IpSecTunnelInterface;
2446 @Nullable private IpSecTunnelInterface mTunnelIface;
/aosp12/system/netd/tests/
H A Dbinder_test.cpp322 TEST_F(NetdBinderTest, IpSecTunnelInterface) { in TEST_F() argument
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35977 Landroid/net/IpSecManager$IpSecTunnelInterface;->addAddress(Ljava/net/InetAddress;I)V
35978 Landroid/net/IpSecManager$IpSecTunnelInterface;->getInterfaceName()Ljava/lang/String;
35979 Landroid/net/IpSecManager$IpSecTunnelInterface;->getResourceId()I
35980 Landroid/net/IpSecManager$IpSecTunnelInterface;->mCloseGuard:Ldalvik/system/CloseGuard;
35981 Landroid/net/IpSecManager$IpSecTunnelInterface;->mInterfaceName:Ljava/lang/String;
35982 Landroid/net/IpSecManager$IpSecTunnelInterface;->mLocalAddress:Ljava/net/InetAddress;
35983 Landroid/net/IpSecManager$IpSecTunnelInterface;->mOpPackageName:Ljava/lang/String;
35984 Landroid/net/IpSecManager$IpSecTunnelInterface;->mRemoteAddress:Ljava/net/InetAddress;
35985 Landroid/net/IpSecManager$IpSecTunnelInterface;->mResourceId:I
35986 Landroid/net/IpSecManager$IpSecTunnelInterface;->mService:Landroid/net/IIpSecService;
[all …]
/aosp12/frameworks/base/services/
H A Dart-profile42302 …dState;->setupInterfaceAndNetworkAgent(ILandroid/net/IpSecManager$IpSecTunnelInterface;Lcom/androi…
42309IpSecTunnelInterface;Landroid/net/Network;Landroid/net/IpSecTransform;I)V+]Landroid/net/vcn/VcnGat…
42310 …$ConnectedStateBase;->buildNetworkAgent(Landroid/net/IpSecManager$IpSecTunnelInterface;Lcom/androi…
42314IpSecTunnelInterface;Lcom/android/server/vcn/VcnGatewayConnection$VcnChildSessionConfiguration;Lco…
42315 …ConnectedStateBase;->updateNetworkAgent(Landroid/net/IpSecManager$IpSecTunnelInterface;Lcom/androi…
42405 …roid/net/vcn/VcnGatewayConnectionConfig;Landroid/net/IpSecManager$IpSecTunnelInterface;Lcom/androi…
42414 …$3600(Lcom/android/server/vcn/VcnGatewayConnection;)Landroid/net/IpSecManager$IpSecTunnelInterface;
42415 …tewayConnection;Landroid/net/IpSecManager$IpSecTunnelInterface;)Landroid/net/IpSecManager$IpSecTun…
42432 …roid/net/vcn/VcnGatewayConnectionConfig;Landroid/net/IpSecManager$IpSecTunnelInterface;Lcom/androi…