Searched refs:createAndValidateTunnel (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | IpSecServiceParameterizedTest.java | 682 private IpSecTunnelInterfaceResponse createAndValidateTunnel( in createAndValidateTunnel() method in IpSecServiceParameterizedTest 714 createAndValidateTunnel(mSourceAddr, mDestinationAddr, BLESSED_PACKAGE); in testCreateTunnelInterface() 738 createAndValidateTunnel(mSourceAddr, mDestinationAddr, BLESSED_PACKAGE); in testDeleteTunnelInterface() 766 createAndValidateTunnel(mSourceAddr, mDestinationAddr, BLESSED_PACKAGE); in testSetNetworkForTunnelInterface() 784 createAndValidateTunnel(mSourceAddr, mDestinationAddr, BLESSED_PACKAGE); in testSetNetworkForTunnelInterfaceFailsForInvalidResourceId() 798 createAndValidateTunnel(mSourceAddr, mDestinationAddr, BLESSED_PACKAGE); in testSetNetworkForTunnelInterfaceFailsWhenSettingTunnelNetwork() 821 createAndValidateTunnel(mSourceAddr, mDestinationAddr, BLESSED_PACKAGE); in testTunnelInterfaceBinderDeath() 895 createAndValidateTunnel(mSourceAddr, mDestinationAddr, BLESSED_PACKAGE); in verifyApplyTunnelModeTransformCommon() 935 createAndValidateTunnel(mSourceAddr, mDestinationAddr, BLESSED_PACKAGE); in testApplyTunnelModeTransformWithClosedSpi() 967 createAndValidateTunnel(mSourceAddr, mDestinationAddr, pkgName); in testAddRemoveAddressFromTunnelInterface() [all …]
|