Home
last modified time | relevance | path

Searched refs:releaseSecurityParameterIndex (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java287 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId); in testReleaseSecurityParameterIndex()
551 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in testReleaseOwnedSpi()
590 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in testDeleteTransform()
670 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in verifyApplyTransportModeTransformCommon()
700 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in testApplyTransportModeTransformWithClosedSpi()
1020 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in verifyApplyTunnelModeTransformCommon()
1074 mIpSecService.releaseSecurityParameterIndex(ipSecConfig.getSpiResourceId()); in testApplyTunnelModeTransformWithClosedSpi()
DIpSecServiceTest.java147 mIpSecService.releaseSecurityParameterIndex(1); in testReleaseInvalidSecurityParameterIndex()
555 mIpSecService.releaseSecurityParameterIndex(reservedSpis.get(0).resourceId); in testSpiResourceTrackerLimitation()
569 mIpSecService.releaseSecurityParameterIndex(spiResp.resourceId); in testSpiResourceTrackerLimitation()
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecManagerTest.java112 verify(mMockIpSecService).releaseSecurityParameterIndex(DUMMY_RESOURCE_ID); in testAllocSpi()
132 verify(mMockIpSecService).releaseSecurityParameterIndex(DUMMY_RESOURCE_ID); in testAllocRandomSpi()
/packages/modules/Connectivity/framework-t/src/android/net/
DIIpSecService.aidl39 void releaseSecurityParameterIndex(int resourceId); in releaseSecurityParameterIndex() method
DIpSecManager.java219 mService.releaseSecurityParameterIndex(mResourceId); in close()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt134 Landroid/net/IIpSecService$Stub$Proxy;->releaseSecurityParameterIndex(I)V
163 Landroid/net/IIpSecService;->releaseSecurityParameterIndex(I)V
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java1214 public synchronized void releaseSecurityParameterIndex(int resourceId) throws RemoteException { in releaseSecurityParameterIndex() method in IpSecService