Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectedStateTest.java175 verify(mIpSecSvc) in verifyVcnTransformsApplied()
180 verify(mIpSecSvc, expectForwardTransform ? times(1) : never()) in verifyVcnTransformsApplied()
227 verify(mIpSecSvc, times(2)) in testMigration()
234 verify(mIpSecSvc) in testMigration()
319 verify(mIpSecSvc) in testChildOpenedRegistersNetwork()
351 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
380 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
384 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
393 verify(mIpSecSvc).createTunnelInterface(any(), any(), any(), any(), any()); in testInternalAndDnsAddressesChanged()
394 verifyNoMoreInteractions(mIpSecSvc); in testInternalAndDnsAddressesChanged()
H A DVcnGatewayConnectionTestBase.java147 @NonNull protected final IpSecService mIpSecSvc; field in VcnGatewayConnectionTestBase
168 mIpSecSvc = mock(IpSecService.class); in VcnGatewayConnectionTestBase()
169 setupIpSecManager(mContext, mIpSecSvc); in VcnGatewayConnectionTestBase()
205 doReturn(resp).when(mIpSecSvc).createTunnelInterface(any(), any(), any(), any(), any()); in setUp()
H A DVcnGatewayConnectionDisconnectedStateTest.java110 verify(mIpSecSvc).deleteTunnelInterface(eq(TEST_IPSEC_TUNNEL_RESOURCE_ID), any()); in testTeardown()