Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java120 IpSecService.IpSecServiceConfiguration mMockIpSecSrvConfig;
121 IpSecService mIpSecService;
141 mMockIpSecSrvConfig = mock(IpSecService.IpSecServiceConfiguration.class); in setUp()
142 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig); in setUp()
191 IpSecService.UserRecord userRecord = in testReleaseSecurityParameterIndex()
211 IpSecService.UserRecord userRecord = in testSecurityParameterIndexBinderDeath()
213 IpSecService.RefcountedResource refcountedRecord = in testSecurityParameterIndexBinderDeath()
363 IpSecService.UserRecord userRecord = in testReleaseOwnedSpi()
399 IpSecService.UserRecord userRecord = in testDeleteTransform()
435 IpSecService.UserRecord userRecord = in testTransportModeTransformBinderDeath()
[all …]
DIpSecServiceTest.java118 IpSecService.IpSecServiceConfiguration mMockIpSecSrvConfig;
119 IpSecService mIpSecService;
125 mMockIpSecSrvConfig = mock(IpSecService.IpSecServiceConfiguration.class); in setUp()
126 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig); in setUp()
134 IpSecService ipSecSrv = IpSecService.create(mMockContext); in testIpSecServiceCreate()
170 IpSecService.UserRecord userRecord = in testOpenAndCloseUdpEncapsulationSocket()
186 IpSecService.UserRecord userRecord = in testUdpEncapsulationSocketBinderDeath()
188 IpSecService.RefcountedResource refcountedRecord = in testUdpEncapsulationSocketBinderDeath()
597 IpSecService.UidFdTagger mockTagger = mock(IpSecService.UidFdTagger.class);
598 IpSecService testIpSecService =
[all …]
DIpSecServiceRefcountedResourceTest.java37 import com.android.server.IpSecService.IResource;
38 import com.android.server.IpSecService.RefcountedResource;
55 IpSecService.IpSecServiceConfiguration mMockIpSecSrvConfig;
56 IpSecService mIpSecService;
61 mMockIpSecSrvConfig = mock(IpSecService.IpSecServiceConfiguration.class); in setUp()
62 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig); in setUp()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java38 import com.android.server.IpSecService;
72 private IpSecService mMockIpSecService;
83 mMockIpSecService = mock(IpSecService.class); in setUp()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java87 public class IpSecService extends IIpSecService.Stub { class
194 synchronized (IpSecService.this) { in RefcountedResource()
219 synchronized (IpSecService.this) { in binderDied()
969 private IpSecService(Context context) { in IpSecService() method in IpSecService
973 static IpSecService create(Context context) throws InterruptedException { in create()
974 final IpSecService service = new IpSecService(context); in create()
988 public IpSecService(Context context, IpSecServiceConfiguration config) { in IpSecService() method in IpSecService
1004 public IpSecService( in IpSecService() method in IpSecService
1024 synchronized (IpSecService.this) { in connectNativeNetdService()
/frameworks/base/services/java/com/android/server/
DSystemServer.java729 IpSecService ipSecService = null; in startOtherServices()
1079 ipSecService = IpSecService.create(context); in startOtherServices()
1740 final IpSecService ipSecServiceF = ipSecService; in startOtherServices()
/frameworks/base/services/
Dart-profile712 HSPLcom/android/server/IpSecService$IpSecServiceConfiguration;->getNetdInstance()Landroid/net/INetd;
713 HSPLcom/android/server/IpSecService$UidFdTagger;->tag(Ljava/io/FileDescriptor;I)V
1591 Lcom/android/server/-$$Lambda$IpSecService$AnqunmSwm_yQvDDEPg-gokhVs5M;
1775 Lcom/android/server/IpSecService$1;
1776 Lcom/android/server/IpSecService$IpSecServiceConfiguration$1;
1777 Lcom/android/server/IpSecService$IpSecServiceConfiguration;
1778 Lcom/android/server/IpSecService$UidFdTagger;
1779 Lcom/android/server/IpSecService$UserResourceTracker;
1780 Lcom/android/server/IpSecService;